11/11/2005 - Version 1.2 Released
(1) UPDATE: Release notes.
(2) FIX: Google not recognizing the MIME type for the sitemap file correctly (for some server configurations) resulting in a "HTTP 500" error message in the webmaster account page.
(3) FIX: New cron command provided (Removed -q directive).
Code:
/usr/local/bin/php /path/to/vbroot/vbseo_sitemap/vbseo_sitemap.php
(4) FIX: .htaccess directives updated.
Code:
RewriteEngine On
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Upgrade Instructions (Version 1.1 to 1.2)
(1) Upload all new PHP files for version 1.2 to the vbseo_sitemap folder, overwriting the existing ones.
(2) Change the .htaccess directives to the 1.2 version provided.
(3) IF you are using the cron, update the cron command to the 1.2 version provided.