View Single Post
Old 09-02-2002, 05:59 PM  
Ass Man
Confirmed User
 
Join Date: Jan 2002
Location: Ass City
Posts: 121
Why doesn't this work...htaccess

The bad image never shows when i try to hotlink.

ErrorDocument 401 /errors/401.html
ErrorDocument 403 /errors/403.html
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://site.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.site.com/.*$ [NC]
RewriteRule .*\.(gif|GIF|jpg|JPG)$ http://site.com/bad.gif [R]
__________________
So many asses so little time.
Ass Man is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote