Results 1 to 8 of 8

I think I need a manual.

This is a discussion on I think I need a manual. within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I keep getting the: Invalid Forum specified. If you followed a valid link, please notify the administrator It adds a ...

  1. #1
    Junior Member
    Join Date
    Jan 2006
    Posts
    7
    Liked
    2 times

    I think I need a manual.

    I keep getting the:
    Invalid Forum specified. If you followed a valid link, please notify the administrator
    It adds a /sdb/ to the url. (ex. http://www.mysite.com/sdb/forumname/ )when I remove the /sdb/the link works fine.... (ex. www.mysite.com/forumname) what do i edit to make the /sdb/ not show up in the URL?

  2. #2
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    What do you have set for your Forums URL in AdminCP?

  3. #3
    Junior Member
    Join Date
    Jan 2006
    Posts
    7
    Liked
    2 times

  4. #4
    Senior Member
    Join Date
    Jul 2005
    Location
    Colorado
    Posts
    212
    Liked
    0 times
    Do you have /sdb/ listed in any other settings? Mod_rewrite?

    Is it a legitimate directory on your site?
    Listings and promotion for hot rod and muscle car websites: The Crankshaft Coalition

  5. #5
    Junior Member
    Join Date
    Jan 2006
    Posts
    7
    Liked
    2 times
    i amnot sure what you mean by mod_rewrite...

    here is my .htaccess

    # 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 /
    RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]


    aside from that there is no /sdb/ in any of the setting that I set in the vbseocp.php

    and no... it is not a ligitimate directory on the site.

    any suggestions???

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Further details required for troubleshooting. PM sent.

  7. #7
    Senior Member Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    Perhaps providing a forum URL would actually help?

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Update: the problem with specific server config. Fixed.

Similar Threads

  1. Replies: 5
    Last Post: 01-29-2006, 03:04 PM

Posting Permissions

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