I'm running VBulletin 3.6.9. The server structure is: 1 proxy - 3 backends - 1 NFS - 1 MySQL
I've upgraded to VBSeo 3.2. But when I changed the httpd.conf with the new .htaccess I get this VBulletin message every time:
"Invalid thread specified. If you followed a valid link..."
This happens apparently only with the *updated* httpd.conf.
This is my old httpd.conf file:
And this is the *updated* httpd.conf that is apparently causing this error:Code:RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.elforro\.com$ RewriteRule (.*) http://www.elforro.com/$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]
Code:RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.elforro\.com RewriteRule (.*) http://www.elforro.com/$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