Sitemap:FAQ
From VBSEO Wiki
Contents |
[edit] How To Move Sitemap To Domain Root
vBSEO Sitemap Generator creates sitemap files in ttvietnam.myplus.org/forum/vbseo_sitemap/data/ folder and uses rewrite rules in ttvietnam.myplus.org/forum/vbseo_sitemap/data/.htaccess file to make them accessible.
If you want to access sitemaps in domain root instead, please do the following:
1. Create .htaccess in domain root:
RewriteEngine on
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
(replace "forums/" with your forums folder name).
2. Define "Sitemap Files URL" option in vBSEO Sitemap Generator configuration to: "http://www.yourdomain.com"
3. Open vbseo_sitemap/ interface in browser and re-generate the sitemap.

