I too have a 500 Internal Server Error when I put in the blacklist in .htaccess
I also have this in my .htaccess
PHP Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com [NC]
RewriteCond %{HTTP_REFERER} !^http://www.mysite.com [NC]
RewriteCond %{HTTP_REFERER} !^http://ipaddresshere [NC]
RewriteRule [^/]+\.(exe|mpeg|mpg|avi|mp3|gif|jpg|JPG|GIF|MP3|AVI)$ - [F]
RewriteRule ^/cgi-bin/.+$ - [F]
#ErrorDocument 403 http://http://www.mysite.com/403.html
#ErrorDocument 404 http://http://www.mysite.com/404.html
#ErrorDocument 500 http://http://www.mysite.com/500.html
* "http://www.mysite.com" is are placers for my actual site as well as "ipaddresshere". I did not want to post my site address. I also deleted my .htaccess and re-uploaded like your instructions said.
How would I use that blacklist with that in my .htaccess?
TIA