I too have a 500 Internal Server Error when I put in the blacklist in .htaccess
and only this in my .htaccess
htaccess within forums:
PHP Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
htacess above forums within vba:
PHP Code:
<Files 403.shtml>
order allow,deny
allow from all
</Files>
ErrorDocument 404 /404.shtml
Note that I have added full blacklist txt you mentioned above under mine
Also I have htaccess file on two instances cause I use VBA, error occured when I changed one within my forums while other one was intact