OK i have this installed and i think working. I entered the control panel of it
http://mysite/forums/vbseo_sitemap/
And clicked the run sitemap generator. All is well, it creates 3 files called -
Index File sitemap_index.xml.gz
Sitemap File #1 sitemap_1.xml.gz (7,423 URLs, 40.88Kb) 1,436.77Kb uncompressed
Text Format File sitemap.txt.gz (27.81Kb)
And i can access both sitemap_1.xml.gz and sitemap_index.xml.gz by going to
http://mysite/forums/sitemap_index.xml.gz or
http://mysite/forums/sitemap_1.xml.gz
So i've submitted
http://mysite/forums/sitemap_index.xml.gz in my google sitemaps interface (i've turned the option of to automatically notify google) and assume everything is ready to go.
However i cannot get the sitemap.txt.gz redirect to work at all. I've tried
http://mysite/forums/sitemap.txt.gz and
http://mysite/forums/sitemap.txt and neither will show, forcing a 404 and a redirect (cos i trap 404's). However the sitemap.txt.gz IS in the data directory, so currently i can't submit to yahoo.
Heres my .htaccess and this is installed in my forum root
Code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml\.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Any suggestions ?