NeutralizeR,
an automated way is the sitemap index file, which is not working in your non-standard configuration (with root URLs), but will work with vBSEO Sitemap Generator v1.7
trigon,
replied to your PM
beansbaxter,
1. sitemap reports are accessible in browser: yourforumsroot/vbseo_sitemap/
2. You should edit .htaccess IF you have .htaccess in your forums root already
3. extra-urls.txt files is located in vbseo_sitemap/ folder
David_R,
please use the latest version (1.6.1) - this issue has been fixed
bada_bing,
with IIS server:
- if you have ISAPI_Rewrite module installed, use the following rewrite rules:
Quote:
RewriteRule ^/(sitemap.*\.(xml|txt)(\.gz)?)$ /vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
- otherwise, you should manually submit sitemap files to your Google Webmaster Account as:
http://www.mywebsite.com/vbseo_sitem...temap_1.xml.gz
http://www.mywebsite.com/vbseo_sitem...temap_2.xml.gz
etc.