View Single Post
Old 04-12-2005, 09:55 AM  
alexg
IL4L.com
 
Join Date: Aug 2003
Location: Israel - ICQ: 162136565
Posts: 11,287
Quote:
Originally Posted by DarkJedi
here's what i got:

Options -Indexes

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com$ [NC]
RewriteCond %{REQUEST_URI} !^/IMAGENAME\.gif[NC]
RewriteCond %{REQUEST_URI} !^/images/IMAGENAME\.jpg[NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]


ErrorDocument 302 http://www.domain.com
ErrorDocument 400 http://www.domain.com
ErrorDocument 401 http://www.domain.com
ErrorDocument 403 http://www.domain.com
ErrorDocument 404 http://www.domain.com
ErrorDocument 408 http://www.domain.com
ErrorDocument 500 http://www.domain.com
yeah it looks similar to what i got.. i'll check to see.
thanks
alexg is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote