Quote:
Originally posted by Nurgle
no .htaccess experts around that may be able to help?
Nurgle
|
Nurgle, the problem with your request is there are so many password sites. .htaccess will work, but that file will be huge. Here is an example:
RewriteEngine On
RewriteCond %{HTTP_REFERER}
http://ultrapasswords.com [NC,OR]
RewriteCond %{HTTP_REFERER}
http://www.ultrapasswords.com [NC]
RewriteRule /*
http://www.yoursite.com [R,L]
Obviously you will have to add to it. And no spaces between the lines