Hi
When I call my sitemap
http://www.patientenfragen.net/sitemap_index.xml.gz
it returns a 404 page not found error.
the htaccess is:
The vbseo_linkback fix was applied.Code:Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} !^www.patientenfragen.net$ [NC] RewriteRule ^(.*) http://www.patientenfragen.net/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron) RewriteRule ^(.*\.php(/.*)?)$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]
Any ideas?
StarBuG



LinkBack URL
About LinkBacks





Reply With Quote


