Forum Moderators: phranque
It's eating a lot of my bandwidth, but I don't want to enable hot link protection on my site from Cpanel. Instead, I want to use the Ip Deny manager to block these two sites from accessing my pages. I resolved them into their Ip addresse, added them in the Ip Deny Manager, but nothing.
**myspace.com still shows images from my site in people's profiles... Help!
RewriteEngine on
RewriteCond %{HTTP_REFERER} .
RewriteCond %{HTTP_REFERER}!^http://(www\.)?mydomainname\.com [NC]
RewriteRule \.(gif¦jpe?g)$ - [NC,F]
It works! Because the code is only in the wallpaper directory, I assume that hotlinks to all pages of my site except this will remain possible? (I want this)