Going cross-eyed right now. Tried to read 4 or 5 pages of comments but i have not found an identical problem. I generated the site map and it seems to be working. I could actually download it and un(g)zip it and it looks like a valid xml site map. But when I go to the link it doesn't work. I'm left with...
Code:
This page contains the following errors:
error on line 1 at column 1: Encoding error
Below is a rendering of the page up to the first error.
(And of course nothing below that... that's contained in a red box.)
Link if you want:
http://www.fleud.com/sitemap_index.xml.gz
First few lines of .htaccess are
Code:
Options +FollowSymlinks
RewriteEngine on
#SEO_Sitemap
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
...
[/code]
Thoughts?