View Single Post
Old 2004-08-05, 02:29 PM   #16
Useless
Certified Nice Person
 
Useless's Avatar
 
Join Date: Oct 2003
Location: Dirty Undies, NY
Posts: 11,268
Send a message via ICQ to Useless
Ramster- ok here is the thing that I don't understand -
Your htaccess is blocking anyone from hitting the image directly, as in your links above, but they can be sourced into webpage. I copied the html for the hotlinking page to my desktop. It still shows the images when run here locally. So I put in the code for one of my images and it did not appear, but yours still do.

Where are the htaccess gurus when you need them.
This is mine if anyone knows why mine seems to work in this instance, but Ramster's doesn't, I'm all ears.

<Files 403.shtml>
order allow,deny
allow from all
</Files>


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://youdapimp.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://youdapimp.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.youdapimp.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.youdapimp.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
__________________
Click here to purchase a bridge I'm selling.
Useless is offline   Reply With Quote