Sitemap:FAQ

From VBSEO Wiki

Jump to: navigation, search


Contents

[edit] How To Move Sitemap To Domain Root

vBSEO Sitemap Generator creates sitemap files in forumsroot/vbseo_sitemap/data/ folder and uses rewrite rules in forumsroot/.htaccess file to make them accessible via http://yourforumsroot/sitemap_X.xml.gz.

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]

F.u.ck (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.

Personal tools