I've been using this htaccess to protect the members area in my avs sites for years... but today I found out that it's not working anymore... any idea why?
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*youravsdomain.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*sexkey.com/ [NC]
RewriteRule /* http://www.nonavsdomain.com/index.html [R,L]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*youravsdomain.com/ [NC]
RewriteCond %{HTTP_REFERER} !^http://([a-z0-9-]+\.)*sexkey.com/ [NC]
RewriteRule /* http://www.nonavsdomain.com/index.html [R,L]


Comment