Zen Follower
- Join Date:
- Jun 2005
- Posts:
- 111
- Plugin Contributions:
- 0
Hot Link Protection With SEO url's
I am using SEO url's and cannot just tell my cpanel to enable Hot Link Protection or SEO url's will die. I have found some interesting stuff on doing this myself but I am no .htaccess programmer.
Here is what I have found so far:
ADDED to .htaccess
Options +FollowSymLinks
RewriteEngine On
(Keep in mind that SEO url's are in this portion)
no hot-linking
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www.)?mystore.com/ [nc]
RewriteRule .(gif|jpg|png|jpeg?)$ http://mystore.com/images/mystoreAd.jpg [nc]
The problem with the above is that
- The Free Advertising Image doesn't show up on the freeloaders pages.... only a missing picture box.
- The Free Advertising Image shows up on my https:// pages.
Any solutions?
Thank you!
Michael