I have this problem with a .htaccess file.
Code: Select all
ErrorDocument 400 http://www.starbase01.com/errordocs/badrequest.html
ErrorDocument 401 http://www.starbase01.com/errordocs/authreqd.html
ErrorDocument 403 http://www.starbase01.com/errordocs/forbid.html
ErrorDocument 404 http://www.starbase01.com/errordocs/notfound.html
ErrorDocument 500 http://www.starbase01.com/errordocs/serverr.html
Redirect /php http://www.starbase01.com
Redirect /test http://www.starbase01.com
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?starbase01.com(/)?.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|swf)$ http://www.starbase01.com [R,NC]
However, as you can see below, it also blocks my signature I had here (as on many other sites).
Location:
Code: Select all
http://www.starbase01.com/images/transporter/Starbase01banner.gif