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