Member
Member
arien321   2010-05-08, 13:42
#1

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.

Administrator
Administrator
acrylian   2010-05-08, 14:08
#2

You should be able to do that on your server. Ask your host. Otherwise google the net for instructions how to do domain redirection with htaccess.

Member
Member
arien321   2010-05-08, 14:50
#3

Thanks Acrylian,
I tried the methods I came across searching through Google, but unfortunately didn't work. I'll try again. Thanks again.

Member
Member
arien321   2010-05-08, 15:11
#4

Searched through Google again. This one worked well for me.

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.