![]() |
HTACCESS problem - please help a brotha out
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\.)?domain.com.*$ [NC]
RewriteRule ^.*$ http://www.badsite.com [R,L] |
Quote:
I'll give it a try |
| All times are GMT -7. The time now is 08:05 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123