avoiding duplicate data, redirect www to non www
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
10 years 4 months ago #3408
by admin
Hi,
I have asked to send me the .htaccess and received two emails from you without the attachment, still waiting. Meanwhile I told you also to try to change this:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^jennys-cakes.com
RewriteRule (.*) www.jennys-cakes.com/$1 [R=301,L]
With:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^jennys-cakes.com [NC]
RewriteRule ^(.*)$ http://www.jennys-cakes.com/$1 [R=301,L]
Anyway, the faster way to get in touch and receive support is with skype.
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
Time to create page: 0.126 seconds