Pin5 Posted June 29, 2011 Share Posted June 29, 2011 I am trying to redirect the non www version of my site to the www version "www.domain.com". My host is Heart internet. They advised me to redirect the site to the www version I should upload an htaccess file as follows (replacing the "example.com" with my domain name):RewriteEngine OnRewriteCond %{HTTP_HOST} ^example.comRewriteRule (.*) http://www.example.com/$1 [R=301,L] I have done this on a brand new install of Prestashop, but when I open the browser I get the error message: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.This is regardless of which browser I use.Can anyone advise please, as their support think a redirect is already in place and is causing some sort of loop when trying to access the site. I have only installed a default version of Prestashop.Thanks for any advice you can give me. Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted June 29, 2011 Share Posted June 29, 2011 Solution is more easier then you think Go to the Admin>Preferances>SEO & URLs and here scroll down. On "Shop domain name" place www.example.com and save it. This will do the trick. Link to comment Share on other sites More sharing options...
Pin5 Posted June 29, 2011 Author Share Posted June 29, 2011 Hi prestadesigner,Thank you so much for your reply. I tried what you suggested and it is now working fine. Saved me a lot of headaches! Much appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now