Quote:
My .htaccess is in www.mysite.com/forums folder is that right?
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
That is correct. Please make sure you have mod_rewrite enabled at your host. (look in phpinfo() for that)
Edit: I noticed from the error mesage at your site that you are hosted on IIS. mod_rewrite is an apache module and IIS doesn't support it. The workaround for you is to move all *.xml.gz files from vbseo_sitemap/data/ folder to vbroot/ (the only downside is that you will not be able to see the downloads log in this case).