apatan Posted June 12, 2014 Share Posted June 12, 2014 I am new to prestashop and have build a http://thebakers.in I have set the preferred domain in the Google Webmaster tools as http://thebakers.in I need your help in adding a 301 redirect from www.thebakers.in to thebakers.in Do I need to changed in the .htaccess file. If yes, what change do I have to make? And if the .htaccess file is regenerated in the future, would I have to add the code again? Thank you so much for your help. Link to comment Share on other sites More sharing options...
El Patron Posted June 12, 2014 Share Posted June 12, 2014 you can add to top, see this post on how to keep changes if ps regenerate http://www.prestashop.com/forums/topic/2131[spam-filter]tip-15-16-and-custom-htaccess/ <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 [R=301,L] </IfModule> Link to comment Share on other sites More sharing options...
apatan Posted June 12, 2014 Author Share Posted June 12, 2014 Thank you so much for your prompt reply.. Have made the changes 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