Joined: 23 Sep 2006
Posts: 1088
|
|
RewriteEngine On
RewriteCond %{HTTP_REFERER} ^.*seekasong\.com.*$ [OR]
RewriteCond %{HTTP_REFERER} ^.*mp3fusion\.net.*$ [OR]
RewriteCont %{HTTP_REFERER} ^.*mp3s\.nadruhou\.net.*$ [NC]
RewriteRule \.*$ http://www.goatse.cx/ [R,L]
Replace goatse.cx with wherever you'd like them redirected. You can add more of these lines:
RewriteCond %{HTTP_REFERER} ^.*mp3fusion\.net.*$ [OR]
but make sure you always have a \ in front of the .'s in the URL. The beginning .* and ending .* are merely part of the regular expression, so a referrer that matches whatever URL you specify in any spot will be redirected.
http://elbo.ws/vanilla/comments.p...scussionID=1000&page=1#Item_0
|
_________________ Motel de Moka -{o}- Bricolage Fantasy -{o}- [url=] [/url] |
|
|