I use this to redirect traffic coming from a certein domain but it doesn't work..any idea why?
RewriteCond %{HTTP_REFERER} ^http://www.eroman.ru/.*$ [NC]
ReWriteRule .* http://www.badsite.com [R,L]
RewriteCond %{HTTP_REFERER} ^http://eroman.ru/.*$ [NC]
ReWriteRule .* http://www.badsite.com [R,L]
what htaccess code i should use to block hotlinking from a certein domain, and redirect it to a certein url?
RewriteCond %{HTTP_REFERER} ^http://www.eroman.ru/.*$ [NC]
ReWriteRule .* http://www.badsite.com [R,L]
RewriteCond %{HTTP_REFERER} ^http://eroman.ru/.*$ [NC]
ReWriteRule .* http://www.badsite.com [R,L]
what htaccess code i should use to block hotlinking from a certein domain, and redirect it to a certein url?


Comment