Results 1 to 3 of 3

rc6 and my vb 3.6.2 installation

This is a discussion on rc6 and my vb 3.6.2 installation within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I've opened a support ticket, but I'm wondering where this problem might lie. I assume this is a problem with ...

  1. #1
    Member
    Real Name
    David
    Join Date
    Jan 2006
    Location
    Nebraska
    Posts
    45
    Liked
    0 times

    rc6 and my vb 3.6.2 installation

    I've opened a support ticket, but I'm wondering where this problem might lie.

    I assume this is a problem with a custom rewrite rule, but I'm not really sure. Disabling this rewrite rule doesn't seem to fix anything.

    A somewhat different type of setup...
    First off, my forums are at Todd and Tyler Unauthorized
    vbadvanced is in Todd and Tyler Unauthorized

    One of my custom rewrite rules is:
    Code:
    'home/index\.php\?page=(.+)' => 'homeindex-$1.html'
    My htaccess looks like this (the only different is the www rewrite):
    Code:
    RewriteCond %{HTTP_HOST} !^tntu\.net
    RewriteRule (.*) http://tntu.net/$1 [R=permanent,L]
    
    RewriteBase /
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    Now, what's funny is that Todd and Tyler Unauthorized seems to get a redirect to the vbadvanced page, and the only way to see the forums is to go to Todd and Tyler Unauthorized, which in itself gets wrapped in vbseo parms.
    Last edited by TnTU; 10-23-2006 at 09:30 PM. Reason: I don't know why the heck I can't change the URL text to reflect the URL

  2. #2
    Member
    Real Name
    David
    Join Date
    Jan 2006
    Location
    Nebraska
    Posts
    45
    Liked
    0 times
    Oleg pointed me in the right direction. I originally thought I had an htaccess file in the /home directory, but didn't.

    But I DID have an htaccess file above my forum root, which was doing some 301 redirects that caused the problem. I'm sure why why vbseo broke that behavior, maybe it broke but it was correcting itself with RC5, but I'll have to check it out.

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    update: resolved via support ticket.

    Great that it is working now!
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Posting Permissions

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