I have vbadvanced installed in the root, so I setup the .htaccess to include /forums/ in it. I can access the xml.gz files just fine from the root, but when I try and access urllist.txt.gz, I get a "The webpage cannot be found" error. The urllist.txt.gz file exists in data just like the .xml.gz files.
http://www.broncosforums.com/sitemap_index.xml.gz works ok
http://www.broncosforums.com/urllist.txt.gz results in page not found
My .htaccess in the root (not forums folder) is:
Code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Any idea why I am getting an error?
Also, as I am using vBadvanced, I put vbseo_sm_vba in the addon generator modules and changed the sitemap file URLs to
http://www.broncosforums.com. Is there anything else I should do to include my vBadvanced page in my sitemap? Do I need to add anything to the extra-urls.txt file?