I am trying to get the Google autoupdate to work.
My files are being written to /forum/vbseo_sitemap/data/sitemap_(1-10).
Site submitted:
www.xxxxxxxx.com/
httpd.ini:
[ISAPI_Rewrite]
RewriteRule ^(.*\.(?:gif|jpg|png|css|xml|js))$ $1 [I,L]
RewriteRule ^/forum/(members/.+\.html)$ /forum/vbseo.php?vbseourl=$1 [L,O]
RewriteRule ^/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond URL ^/forum/(?!markers|admincp/|modcp/|clientscript/|cpstyles/|images/).*
RewriteRule ^/forum/(.+?)(?:\?(.*))?$ /forum/vbseo.php?vbseourl=$1(?2&$2) [L]
RewriteRule ^/(index.+?)(?:\?(.*))?$ /forum/vbseo.php?vbseourl=$1&vbseorelpath=../(?2&$2) [L]
My site is being recognized by Google, and it finds the index.xml file, but I get 404 errors on all of the actual files (1-10):
Sitemap errors for http://www.xxxxxxxxx.com/forum/sitemap_1.xml.gz
etc.....
Can anyone help me? I don't understand why it is finding the index file, reading it, but is unable to grab the actual files.
Any help would be appreciated.
Thanks!


LinkBack URL
About LinkBacks





Reply With Quote
