Jump to content

prestashop 1.4.6.2 not working with www


Recommended Posts

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

×
×
  • Create New...