View Single Post
Old 04-25-2002, 01:39 PM  
Dreamman010
Confirmed User
 
Join Date: Jan 2002
Location: Toronto, ON, Canada
Posts: 1,081
Quote:
Originally posted by VeriSexy
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://greenapple.verisexy.net$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.greenapple.verisexy.net$ [NC]
RewriteCond %{HTTP_REFERER} !^http://greenapple.verisexy.net/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.greenapple.verisexy.net/.*$ [NC]
RewriteRule !.*\.(gif|jpg|jpeg|mpg|mpeg)$ - [NC,F]
ErrorDocument 403 http://www.greenapple.verisexy.net/404.html


I tryed that and my bandwidth dropped in half so I quickly pulled it. Either I have a ton of hotlinkers or somethings not working right
My RewriteRule line looks something like that:
RewriteRule !\.(extensions|extensions)$ http://www.address.com/hotlink.htm [NC,R]

Your RewriteRule is a little bit different.
Yours: RewriteRule !.*\.
Mine: RewriteRule !\.(

Maybe that's the problem.

__________________
<a href="http://www2.famoushost.com/home.php" target="_blank"><b><FONT COLOR="FFFF00">www.FamousHost.com</font></b></a><br>Free Hosting With No Headers, Real FTP, <u>Get listed on the biggest TGP's with us!</u>
Dreamman010 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote