WesternUnion - Reptile Products - Loans - Myspace Codes - Cheap Plane Tickets

PDA

View Full Version : Another "moved permanently" redirect


maxx_dexter
Mar 27th 2006, 1:26 pm
Hi

Can anybody help me redirect http://get.mysite.com/11243.shtml
to http://go.mysite.com/11243.shtml using a 301 redirect?

I have many get.mysite.com indexed by Google but I don't want to use this domain anymore. From now on I want to use go.cool1k.com.

Thank you.

PS: I don't have much experience into this mod_rewrite thing.

Nintendo
Mar 27th 2006, 2:12 pm
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteRule ^([^.]+)$ http://go.mysite.com/$1/ [R=301,L]