Am gasit asta pe net. Vezi daca te ajuta:
Cod:# redirect any request for anything from spamsite to differentspamsite RewriteCond %{HTTP_REFERER} ^http://.*spamsite.*$ [NC] RewriteRule .* http://www.differentspamsite.com [R] # redirect all requests from spamsite to an image of something at differentspamsite RewriteCond %{HTTP_REFERER} ^http://.*spamsite.*$ [NC] RewriteRule .* http://www.differentspamsite/something.jpg [R] # redirect traffic from a certain address or range of addresses to another site RewriteCond %{REMOTE_ADDR} 192.168.10.* RewriteRule .* http://www.differentspamsite.com/index.html [R]



Răspunde cu citat