I've an other question.
My server is an Apache.
If u launch:
http://www.vwgolfcommunity.com/vbulletin/sitemap_01.xml
i receive
Sitemap not found
But if i lounch
http://www.vwgolfcommunity.com/vbull...emap_01.xml.gz
I can see the sitemap.
Why this ?
My htaccess is:
RewriteEngine On
RewriteBase /vbulletin/
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]