Need some .htacces help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DarkJedi
    No Refunds Issued.
    • Feb 2001
    • 28301

    #1

    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 ?
  • masiven
    Registered User
    • Oct 2001
    • 23

    #2
    I can help you, hit me on icq.

    Comment

    Working...