View Single Post
Old 2005-01-22, 10:49 AM   #5
7hom4s
A woman is like beer. They look good, they smell good, and you'd step over your own mother just to get one!
 
Join Date: Dec 2004
Posts: 50
Quote:
Originally Posted by cd34
RewriteEngine on
RewriteCond %{HTTP_REFERER} http://(www\.)?besthardcore.net(/)?.*$ [NC]
RewriteRule .* - [F]

This will 403 ANY traffic from besthardcore.net.

You can define:

ErrorDocument 403 http://www.domain.com

and send them on their merry way
It's nice of you to try to help me, but here's the problem: I can find a lot of sources showing me how to make the text, like the one above. But no where is it shown HOW to import it into my excisting htaccess. So it's useless for me, unless I know what the rest of my code should look like. I need my code rewritten, so that I can use both things.

7hom4s
7hom4s is offline   Reply With Quote