Page 1 of 1

Need Help with Apache

Posted: Sat Apr 22, 2006 4:07 pm
by spareparts
I need a bit of help - There is local group that professes to be a real SAR organazation. That's a problem onto itself. Here's my problem:

They link to several other organazations, including one I help with. I would like to bounce the link, IE if someone follows the link from their site, they are redirected to a page explaing our disclaimer (We have nor want nothing furthur to do with these Uber wackers)
RewriteEngine on
# Options +FollowSymlinks
RewriteCond %{HTTP_REFERER} badsite\.com [NC]
RewriteRule .* - [F]
Dumps me to the generic 403 page. Any better ways to do this?