View Single Post
Old 11-21-2008, 01:16 AM  
Jarmusch
 
 
Industry Role:
Join Date: May 2003
Posts: 12,464
Quote:
Originally Posted by Matyko View Post
"nginx doesn't read htaccess files, and a block this long would cause problems for its configs. There are almost 30,000 entries to block the requested countries"

(answer from Mojo)
I was talking about redirecting by domain, not by countries.

Use the code bellow in your root .htaccess file and send those bastards to wherever you want.

Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} sexofree\.org [NC]
RewriteRule .* http://www.sendthemhere.com/ [R=301,L]
Jarmusch is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote