× Here you can get community support related to ReDJ.

avoiding duplicate data, redirect www to non www

More
9 years 3 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.058 seconds