View Single Post
Old 2005-05-14, 11:32 AM   #1
juggernaut
Registered User
 
juggernaut's Avatar
 
Join Date: Apr 2005
Location: Central Jersey! If I was rich and powerful I would dress as my avatar does.
Posts: 1,448
Send a message via Yahoo to juggernaut
Hot linking question

1) will an .htacess file work on a windows box?
2) this is the code I want to use to allow linking from ref

RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?example\.com/dir/ [NC
RewriteCond %{HTTP_REFERER} !^$
RewriteRule \.(jpe?g|gif|bmp|png)$ images/nohotlink.jpg [L]

The instructions for this code are
To allow hotlinking images only if the REFERER (sic) is from a specific directory from your domain:
What do they mean by Ref (sic)? Is this a text file that I would have the ref domains listed in? I am linking with other pages now and do not want to screw myself by not allowing sites that shold be able to link. Or am I looking at this all wrong.
Oh one other thing, site when live last night and we got our first sale from two lesbians. $100.00 Made for my first peaceful sleep last night Thanks Guys. Jugg..
juggernaut is offline   Reply With Quote