Hello,
Quote:
- The install instructions have the mod_rewrite going to sitemap.(txt|xml).(gz) but I could only get it to work by going to sitemap_index.(txt|xml).(gz), and iojam's thread above this one says to point to sitemap_index as well. Am I supposed to be seeing a "sitemap.xml.gz" file somewhere or are the instructions supposed to be saying "sitemap_index. ...."?
|
Rewrite rule to use is:
^(sitemap.*\.(xml|txt)(\.gz)?)$
and it matches sitemap_index.xml.gz, sitemap_1.xml.gz, sitemap_2.xml.gz etc. The files are stored in vbseo_sitemap/data/ folder, but are linked to forums root using this rewrite rule
Regarding other 2 points: sure, we'll adjust the vba add-on module code accordingly in the next vBSEO Sitemap Generator release.
Thank you for feedback!