Quote:
Originally Posted by bzcomputers
You are correct the actual file locations for all sitemaps are in /vbseo_sitemap/data/ but that is not where you link to them. You link to the index file in the forum root.
Code:
http://www.yoursitename.com/forums/sitemap_index.xml.gz
The index sitemap file does not reside there but it and all other sitemap files are accessed there. For this to work correctly, this line should be in your forum root .htaccess .
Code:
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
|
Hello,
That rewrite rule was already present in HT access, but Google is still throwing up errors when I try to submit "sitemap_index.xml.gz" as a sitemap.
Any ideas/suggestions?