Sobald in der .htaccess "RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]"
steht, lässt sich nicht mehr die Sutemap aufrufen URL not found sagt der Browser..
Inhalt der htaccess
Jemand eine Idee?Code:DirectoryIndex index.php RewriteEngine On #RewriteBase / #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron) #RewriteRule ^((archive/)?(.*\.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]


LinkBack URL
About LinkBacks





Reply With Quote
