View Single Post
Old 01-08-2008, 09:09 PM  
Socks
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Toronto
Posts: 8,475
Quote:
Originally Posted by GrouchyAdmin View Post
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?
Socks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote