SuperA
11-21-2000, 08:24 PM
Im trying to stop some hotlinkers on my server and put this into the .htaccess file:
---
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://123.123.123.123/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://123.123.123.123:80/.*$ [NC]
RewriteRule .*\.[Jj][Pp][Gg]$|.*[Jj][Pp][Ee][Gg]$|.*[Gg][Ii][Ff]$ http://www.domain.com [R,L]
---
After I've done that NO images get displayed on my server (or the hotlinkers site). When I try to go to my site I get the famous "500 Internal Server Error" and when I look into my error logs it say "RewriteEngine not allowed here" so now my question is, how do I enable it? WHERE do I enable it? in httpd.conf?
Please help me out so I can protect my bandwidth http://adultwebmasterinfo.com/ubb/smile.gif
---
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com:80/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://123.123.123.123/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://123.123.123.123:80/.*$ [NC]
RewriteRule .*\.[Jj][Pp][Gg]$|.*[Jj][Pp][Ee][Gg]$|.*[Gg][Ii][Ff]$ http://www.domain.com [R,L]
---
After I've done that NO images get displayed on my server (or the hotlinkers site). When I try to go to my site I get the famous "500 Internal Server Error" and when I look into my error logs it say "RewriteEngine not allowed here" so now my question is, how do I enable it? WHERE do I enable it? in httpd.conf?
Please help me out so I can protect my bandwidth http://adultwebmasterinfo.com/ubb/smile.gif