cyberwala Posted September 12, 2013 Share Posted September 12, 2013 Hello, I want redirect mysite from http://kcomputers.com/ http://www.kcomputers.com/ Kindly help; I am tried all solutions online but its not working. Plz help; thanks in advance; Link to comment Share on other sites More sharing options...
J.Sahu Posted September 12, 2013 Share Posted September 12, 2013 just find the htaccess file in the root of the server where your site resides and edit the file with this parameters on the top RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] 1 Link to comment Share on other sites More sharing options...
Dh42 Posted September 12, 2013 Share Posted September 12, 2013 J.Sahu's suggestion will erase when you re-generate your htaccess file. In seo and url's in Prestashop just add a www. in front of your domain name. Also one thing to consider, if your site has been around a while, you are going to kill your seo by changing the url. 1 Link to comment Share on other sites More sharing options...
Recommended Posts