I've installed this mod on my server which is running IIS with ISAPI Rewrite and added the following line to my httpd.ini file:
RewriteRule ^/vBroot/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
My forums are installed at /forums just like in the rewrite rule above but Google cant find the sitemap at
http://domain.com/forums/sitemap_index.xml.gz - do I need to add anything to the rewrite rule?