Thread: .htaccess
View Single Post
Old 02-15-2003, 07:51 PM  
echo465
Confirmed User
 
Join Date: Mar 2001
Location: Indiana
Posts: 265
.htaccess

This is the htaccess file that i'm currently using for my images dirs. Is this about it, or am I missing anything?


RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://dizfunkt.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.dizfunkt.com.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://dizfunkt.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.dizfunkt.com:80.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.230.143.2.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.230.143.2:80.*$ [NC]
RewriteRule .*[Jj][Pp][Gg]$ http://www.chachong.com/chachong.gif
RewriteRule .*[Gg][Ii][Ff]$ http://www.chachong.com/chachong.gif
echo465 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote