I've found some japanese (?), russian (?), and arabic (?) sites that open my galleries, and sites in frames. How do I fuck them up?
Thanks.
Thanks.
# Rewrite engine
RewriteEngine on
# Denied IPs
RewriteCond %{REMOTE_ADDR} ^101.101.101.101$ [OR]
RewriteCond %{REMOTE_ADDR} ^102.102.102.102$
RewriteRule .* - [F]
# Denied Ref
RewriteCond %{HTTP_REFERER} ^[url]http://www.notallowedref1.com/.[/url]*$ [NC,OR]
RewriteCond %{HTTP_REFERER} ^[url]http://www.notallowedref2.com/.[/url]*$ [NC]
RewriteRule .* - [F]
RewriteRule .* - [F]
RewriteRule .* [url]http://www.sitewhenyouwantthemtogo.com[/url] [R,L]

Comment