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 ?