Quote:
Originally Posted by GrouchyAdmin
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{SERVER_NAME} !^(www.?)domain.com$ [NC]
RewriteRule .* http://www.domain.com%{REQUEST_URI} [QSA,R=permanent,L]
</IfModule>
I haven't tested the above, but it feels right to me.
|
We used this and it worked as you expected.
Thanks a ton man, if you need something from me let me know, let's do business.
Your code + OzMan's detective work = golden.
So now that I have you here... Lemme ask:
http://www.adultsitesurfer.com/alphalist.php?pattern=B
Should we be telling google not to index these pages? What's the best way to do that? We want google to use them and follow the links, but I'm not sure if it's advantageous to have them indexed?