Page is a not externally linkable
58sniper - 1:44 pm on Sep 26, 2002 (gmt 0)
I'm trying to ban one site from getting to me. I want to redirect to a page called /robots.php So I tried this: rewriteEngine On but that seems to block everyone. What am I doing wrong?
Okay, this brings up a somewhat related question...
rewriteCond {HTTP_REFERER} ^http://(www\.)?domain.com [NC,OR]
RewriteRule ^.*$ /robots.php [L]