Results 1 to 5 of 5

httpd.conf changes = Invalid Thread Specified [VBseo 3.2]

This is a discussion on httpd.conf changes = Invalid Thread Specified [VBseo 3.2] within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I'm running VBulletin 3.6.9. The server structure is: 1 proxy - 3 backends - 1 NFS - 1 MySQL I've ...

  1. #1
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times

    httpd.conf changes = Invalid Thread Specified [VBseo 3.2]

    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:

    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]
    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 [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]

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    you should use old rewrite rules in this case (with vbseourl=XX), in some cases vBSEO is unable to determine the linked URL automatically.

  3. #3
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times
    So, I should keep my httpd.conf as it was before the update?

    I'm using now the "old" httpd.conf and it' working fine. But I want to check this.

    Thanks!

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Yes, it will work in exactly the same way.

  5. #5
    Member
    Real Name
    Santiago
    Join Date
    Sep 2006
    Location
    Argentina
    Posts
    74
    Liked
    0 times
    Great! Thanks!

Similar Threads

  1. rewrite rules, httpd.conf
    By Bridges in forum General Discussion
    Replies: 31
    Last Post: 03-15-2009, 09:38 AM
  2. Rules in httpd.conf (on cpanel)!
    By woostar in forum General Discussion
    Replies: 0
    Last Post: 05-27-2008, 11:17 AM
  3. Help with moving from .htaccess to httpd.conf
    By MRBarto in forum Troubleshooting
    Replies: 15
    Last Post: 12-10-2007, 04:16 PM
  4. rewrite rules to httpd.conf: How?
    By Acido in forum General Discussion
    Replies: 6
    Last Post: 12-24-2005, 02:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •