I had a problem or rather issue in vb admincp to do with the vbseo entries in my htaccess file.
What happened was I could not "dismiss" the service notes that show when you login to admincp. VB told me to remove all the vbseo stuff out of my htaccess file and then try - sure enough, it worked.
I have put back all the vbseo entries into my htaccess file but I wonder if there is a fix / alternative?
The first entry BTW is what VB support reckons was causing the problem.
RewriteCond %{THE_REQUEST} ^.*\/index\.php
RewriteCond %{THE_REQUEST} !vbseo_sitemap
RewriteRule ^(.*)index\.php$ http://www.mydomain.tld/$1 [R=301,L]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]



LinkBack URL
About LinkBacks





Reply With Quote
But, it should not be required for vBSEO.
