PDA

View Full Version : Regarding Hotlinking code Pls. HELP.


djkjpro
11-28-2001, 02:52 AM
Hi I would like to place the exact following code on my site, where can I change it or add a line so it displays a pic I would like to be displayed instead of anything hotlinked? the file name of the pic I would like displayed is xteenslogo3.jpg

I would like as much as comments as possible to see what's the best one to use..
Thanks for your help guys..

below is the code, now where can I add the line that I want?

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.xteens.net [NC]
RewriteCond %{HTTP_REFERER} !^http://xteens.net [NC]
RewriteCond %{HTTP_REFERER} !^http://www.xteens.net:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://xteens.net:80/.*$ [NC]
RewriteRule [^/]+\.(midi|exe|mpeg|mpg|avi|mp3|gif|jpg|JPG|GIF|MP3| AVI|MPG|MPEG|EXE|MIDI)$ - [F]
RewriteRule ^/cgi-bin/.+$ - [F]
ErrorDocument 404 http://www.xteens.net/xteens.shtml
ErrorDocument 403 http://www.xteens.net/xteens.shtml
ErrorDocument 500 http://www.xteens.net/xteens.shtml