View Single Post
Old 10-22-2001, 11:58 AM  
DarkJedi
No Refunds Issued.
 
DarkJedi's Avatar
 
Industry Role:
Join Date: Feb 2001
Location: GFY
Posts: 28,300
Need some .htacces help

Take a look at my .htaccess file for www.181st.net
-----------------------------------------
Options +Includes

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://www.181st.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://181st.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://66.28.25.148/.*$ [NC]
RewriteRule .*([jJ][pP][eE][gG]|[jJ][pP][gG]|[gG][iI][fF])$ [F]

ErrorDocument 302 /404.html
ErrorDocument 400 /404.html
ErrorDocument 401 /404.html
ErrorDocument 403 /404.html
ErrorDocument 404 /404.html
ErrorDocument 408 /404.html
ErrorDocument 500 /404.html
---------------------------------------------

Is everything right ?
DarkJedi is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote