Hello,
if your host has ISAPI_Rewrite module for IIS installed, you can use these rewrite rules:
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} .*yourdomain.com
RewriteRule ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
(replace "yourdomain.com" with your domain name and "/forums/" with your forums folder name)