|
I use this:
RewriteCond %{REMOTE_HOST} .*\.gov$ [NC,OR]
RewriteCond %{REMOTE_HOST} .*\.us$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.gov$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.gov/.* [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.us$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.us/.* [NC]
RewriteRule .* http://www.www-web.com/ [R,L]
|