Results 1 to 5 of 5

Upgraded to vBSEO 3.3.0 Forum index not working properly

This is a discussion on Upgraded to vBSEO 3.3.0 Forum index not working properly within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I just upgraded to 3.3.0 and now the Force Forum Root as Homepage option no longer works. myforum.com/forums/ just shows ...

  1. #1
    711
    711 is offline
    Junior Member
    Real Name
    711
    Join Date
    Nov 2007
    Posts
    16
    Liked
    0 times

    Upgraded to vBSEO 3.3.0 Forum index not working properly

    I just upgraded to 3.3.0 and now the

    Force Forum Root as Homepage

    option no longer works.

    myforum.com/forums/ just shows a blank white page, however myforum.com/forums/index.php works normally.

    myforum.com/forums/ works if I disable vBSEO.

    The only way I can get the site operating properly is to disable this option, which is a shame since the myforum.com/forums/ URL is bookmarked by many users, and has the highest Pagerank.

    I made the specified .htaccess edits as posted here:

    Quote Originally Posted by Mert Gökçeimam View Post
    The .htaccess file inside the package and htaccess.txt files are both updated.

    The changes in both these files are :

    Find :
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    Replace
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

    Any hints on how to get this working again?

  2. #2
    711
    711 is offline
    Junior Member
    Real Name
    711
    Join Date
    Nov 2007
    Posts
    16
    Liked
    0 times
    Here is my current .htaccess contents:

    HTML Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    RewriteBase /forums/
    RewriteCond %{HTTP_HOST} !^www\.myforum\.com
    RewriteRule (.*) http://www.myforum.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    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]

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

    please check your URL formats in vBSEO CP to make sure that there are not *empty* formats defined.

  4. #4
    711
    711 is offline
    Junior Member
    Real Name
    711
    Join Date
    Nov 2007
    Posts
    16
    Liked
    0 times
    I had two empty custom fields under URL formats.

    Changing those fixed the issue, thanks for the prompt reply!

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

Similar Threads

  1. Replies: 9
    Last Post: 01-15-2009, 06:41 PM
  2. Permalinks not working properly
    By nebu in forum Troubleshooting
    Replies: 2
    Last Post: 10-05-2008, 01:22 AM
  3. Upgraded to 3.6.1 and vBSEO not working
    By roadart in forum Troubleshooting
    Replies: 1
    Last Post: 09-26-2006, 08:20 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
  •