.htaccess
anyone here smart enough to use .htaccess? If so, what the heck am I doing wrong here? It is not stopping image leaching as the last section should do.
Quote: ErrorDocument 404 http://www.mysite.com
order allow,deny
deny from all
RewriteEngine On
RewriteCond %{HTTP_REFERER} .
RewriteCond %{HTTP_REFERER} !^http://(www?subdomain.)?mysite.com [NC]
RewriteRule .(jpe?g?gif?bmp?png)$ http://mysite.com/logo.jpg [L] [R,L] rain.gif
Read more at: adultinsider.com



No Comments »
No comments yet.
RSS feed for comments on this post. TrackBack URL