So, here I thought migrating to another server was going to be easy.

I've synced /opt/observium and the MySQL DB to the new host.
I've updated config.php with the new URL

But, what happens is one of two things...

- If I enter my user/pass in the UI and don't check "Remember my login" then I just get taken back to the login screen as if my login didn't work.
- If I enter my user/pass in the UI and I do check "Remember my login" then my browsers (Chrome, Firefox) complain about a redirect loop.

I'm not seeing any errors on the server side, the only thing is in the Apache access_log it's returning an HTTP 302 code (Found, redirect) for / instead of 200 which I get on the other host.  I have no idea why it's doing this.

Any help on where to look for the problem or what to fix would be greatly appreciated.  Thanks!

-Hogan