nixonja
February 20th, 2003, 04:08
The bad news is your hotlink script did not work very well. I was able to refresh and circumvent the hot linking page quite eaisly. Please work on your hotlink script and resolve this issue.
ErrorDocument 404 /errorpages/404.shtml
ErrorDocument 500 /errorpages/500.html
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://forum.?????.net.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.????.net.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.?????.net.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|mid|zip|exe)$ http://www.????.net/errorpages/hotlink.shtml [R,NC]
Is someone able to tell me what's wrong with the above?
ErrorDocument 404 /errorpages/404.shtml
ErrorDocument 500 /errorpages/500.html
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://forum.?????.net.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.????.net.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.?????.net.*$ [NC]
RewriteRule .*\.(gif|jpg|jpeg|bmp|mid|zip|exe)$ http://www.????.net/errorpages/hotlink.shtml [R,NC]
Is someone able to tell me what's wrong with the above?