pahnas Posted March 11, 2014 Share Posted March 11, 2014 Hello everyone, i have a problem with my prestashop v.1.4.6.2 when i type www on my url. i tried to change my domain url through the back office admin using www and i regenerate the .htaccess but nothing happens. i was searching and i found the opposite problem which the solution is to write the below code on .htaccess RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] but i need the other way solution which "forward" the www.caraccessories.com.cy to caraccessories.com.cy Thanks in advance George Link to comment Share on other sites More sharing options...
customcode Baptiste Posted March 11, 2014 Share Posted March 11, 2014 Hey ! Try to do a CNAME Link to comment Share on other sites More sharing options...
pahnas Posted March 11, 2014 Author Share Posted March 11, 2014 (edited) Hey ! Try to do a CNAME Hello thanks for the reply i did it! Edited March 11, 2014 by pahnas (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts