Comments on: Strong hotlink protection with Helicon Ape mod_hotlink module http://www.helicontech.com/articles/strong-hotlink-protection-with-helicon-ape-mod_hotlink-module/ Web Server Enhancements Tue, 20 Sep 2011 10:30:43 +0000 hourly 1 https://wordpress.org/?v=5.2.4 By: Mr.Pro http://www.helicontech.com/articles/strong-hotlink-protection-with-helicon-ape-mod_hotlink-module/#comment-15 Tue, 19 May 2009 00:29:49 +0000 http://localhost:85/blog/?p=31#comment-15 alright I started one. http://www.helicontech.com/forum/forum_posts-TID-12410.htm thanks!

]]>
By: Tony http://www.helicontech.com/articles/strong-hotlink-protection-with-helicon-ape-mod_hotlink-module/#comment-14 Mon, 18 May 2009 12:00:18 +0000 http://localhost:85/blog/?p=31#comment-14 Hi, Mr.Pro.
We’d love to help you, so let’s move our discussion to our support forum. Please create new post in the appropriate forum http://www.helicontech.com/forum/ and give a thorough description of your needs.

]]>
By: Mr.Pro http://www.helicontech.com/articles/strong-hotlink-protection-with-helicon-ape-mod_hotlink-module/#comment-13 Mon, 18 May 2009 08:13:09 +0000 http://localhost:85/blog/?p=31#comment-13 ok that did not work, it stops the access to my content which I already have. but it does not send them to my homepage.

]]>
By: Tony http://www.helicontech.com/articles/strong-hotlink-protection-with-helicon-ape-mod_hotlink-module/#comment-12 Tue, 12 May 2009 14:31:16 +0000 http://localhost:85/blog/?p=31#comment-12 Sure, it's possible. Here's the code for mod_hotlink in Helicon Ape:

<FilesMatch \.(jpg|jpeg|png|gif)$>
HotlinkType Referer
HotlinkError http://www.yourdomain.com/
HotlinkAllow Referer ^$
HotlinkAllow Referer ^https?://(?:www\.)?yourdomain.com
</FilesMatch>

And here's the syntax for ISAPI_Rewrite3:

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^https?://(?:www\.)?yourdomain.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ http://www.yourdomain.com/ [NC,R,L]

]]>
By: Mr.Pro http://www.helicontech.com/articles/strong-hotlink-protection-with-helicon-ape-mod_hotlink-module/#comment-11 Sat, 09 May 2009 06:57:51 +0000 http://localhost:85/blog/?p=31#comment-11 Hey is there any way that if the person who is hot-linking you, their users get re-directed to your site.

I have this site but I want the competitors to take a bunch of stuff then when they take enough, I plan on switching on this code then BAM instant customers.

]]>