Jump to content

how to unify my domain name?


Recommended Posts

it's always better to ensure the apache module you are accessing is loaded before executing..

 

see this:

http://www.prestashop.com/forums/topic/2131[spam-filter]tip-15-and-custom-htaccess/

try this:

<IfModule mod_rewrite.c>
# URL rewriting module activation
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...