Jump to content

After change http to https, the front page shows me this error "redirected you too many times"


Yiming

Recommended Posts

I recently change the my website form http to https,

 

I clicked the link of the button "Enable ssl" on the Preferences > General page,

 

then the Enable ssl for all page is till gray.

 

then I change the value PS_SSL_ENABLED from the database.

 

Then the button Enable ssl for all page is clickable.

 

After I clicked the Enable ssl for all page button, the back office is secured, but front page shows an error "buyfood.co.nz redirected you too many times."

 

Then I changed the .htaccess file added this code under 

RewriteEngine on

 

RewriteCond %{SERVER_PORT} 80

RewriteRule ^(.*)$ https://buyfood.co.nz/$1 [R,L]

 

Then I cannot even login to the the back office. the same error with the front page "redirected you too many times."

 

Thanks for your help!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...