Hello VBSEO
I would like to know why in my sitemap
SonicBands
when I click a link, the browser redirects to /sitemap with a 301
in .htaccess I only have the basical rules of the plugin:
thanks for any suggestionPHP Code:RewriteBase /
RewriteCond %{HTTP_HOST} ^sonicbands.comRewriteRule (.*) http://www.sonicbands.com/$1 [R=301,L]
#----------------------------------------------------------RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/RewriteRule ^(.+)$ vbseo.php [L,QSA]
regards
Manuel Sechi


LinkBack URL
About LinkBacks





Reply With Quote

