Hi there all
I run a couple of small paysites, and was unfortunate enough to get a password listed on ultrapasswords.com etc
now using .htaccess i would have assumed I could easily redirect these arsewhipes
=
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^
http://www.ultrapasswords.com/.*$ [NC]
ReWriteRule .*
http://www.nasty-domain-hell.com/ [R,L]
AuthUserFile ........
AuthGroupFile /dev/null
AuthName "Hello"
AuthType Basic
require valid-user
=
Using the above doesnt seem to work.. and i wonder if its due to the link being in the format
http://username:[email protected]. I always get a login box of the members area instead of being redirected
Is anyone able to offer any help on how i can redirect without them being prompted with a login box?
Nurgle