Jump to content

Recommended Posts

Guest zethilone
Posted

TCH Rocks TCH Rocks TCH Rocks TCH Rocks Other way around for me!

Posted
Hi,

 

I have to admit, hotlinking does not work on my site. Unless Bill has come up with a solution

 

Jim

You are right... when I checked to see if I was gettin' "HIT".... I noticed my GIF's & JPG's are showing up on other sites ....

 

I thought to myself isn't , Hot-Link suppossed to help out here ?

 

Sometimes it works sometime it doesn't ? What gives ? B)

Posted

I found this, so far it works:

 

Put all the images you wish to protect from being stolen (bandwidth-wise) in a separate directory.

 

Create an ASCII text file named .htaccess and save it in that directory. Note that the name starts with a fullstop (or period) and is entirely in small letters (ie, lowercase). Cut and paste (unless you're using IE 6 in which case you just have to type it yourself) the following lines into that file:

 

SetEnvIfNoCase Referer "^http://www.your-domain-name-here.com/" locally_linked=1

SetEnvIfNoCase Referer "^http://your-domain-name-here.com/" locally_linked=1

SetEnvIfNoCase Referer "^$" locally_linked=1

<FilesMatch "\.(gif|png|jpe?g)$">

  Order Allow,Deny

  Allow from env=locally_linked

</FilesMatch>

Posted
Intresting, does that work accross subdomains too?

 

Jim

YES, If you add more lines into the configuration part.

 

EX: SetEnvIfNoCase Referer "^http://mail.your-domain-name-here.com/" locally_linked=1 :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...