I have the zenphoto 1.2.4 [3716] installation since last 1 year and it's been indexed site wide by Google. Recently, I've noticed Google has crawled duplicate content www and non www.
Can I have the Mod rewrite rules for .htaccess file?
I am looking for non www to www version.
Thank you in advance.
Comments
I tried the methods I came across searching through Google, but unfortunately didn't work. I'll try again. Thanks again.
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]