Magento 1.9 Upgrade Error – Page Isn’t Redirecting Properly After Upgrade from 1.7

errormagento-1.9redirectupgrade

I have recently upgraded from 1.7 to 1.9 and now if I go to login or checkout, customer account ect I get the following error:

The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

Admin works fine. Any Ideas what could be causing this?

I used these instructions :

Best Answer

if I go to login or checkout, customer account ect I get the following error:

That's an infinite redirect for secure base urls. Usually caused by an incompatible combination of the "Secure base url" setting and a webserver redirect rule (i.e. .htaccess)

For example, one redirects from https to http, the other from http to https.

Related Topic