Results 1 to 5 of 5

I'ts probably something very simple

This is a discussion on I'ts probably something very simple within the Troubleshooting forums, part of the vBSEO SEO Plugin category; OK I'm running vBulletin 3.6and vbSEO3 RC3 on Windows 2003 using ISAPI Rewrite. All installed fine and the httpd.ini file ...

  1. #1
    Junior Member
    Real Name
    Phil Williams
    Join Date
    Aug 2006
    Posts
    5
    Liked
    0 times

    I'ts probably something very simple

    OK I'm running vBulletin 3.6and vbSEO3 RC3 on Windows 2003 using ISAPI Rewrite.

    All installed fine and the httpd.ini file is working correctly. However when I activate the plug in the path gets broken for threads. e.g.

    http://www.thisisyourbusiness.com/ge...your-mags.html

    where it should be

    http://www.thisisyourbusiness.com/fo...your-mags.html

    The thing is if I just type the forum/ bit in I get a 404. My httpd.ini file looks like this:

    PHP Code:
    [ISAPI_Rewrite]
    RewriteRule ^(.*\.(?:gif|jpg|png|css|xml|js))$ $[I,L]
    # When hosting multiple sites on the same server, it is
    # recommended to  limit the rewrite rules to the domain(s)
    # where vBSEO is installed. Enable (remove '#' at the beginning
    # to activate) the following rule and replace 'yourdomain.com'
    # with your actual installation domain name.
    RewriteCond Host: (www.thisisyourbusiness.com/forum/)
    RewriteRule ^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]
    RewriteCond Host: (www.thisisyourbusiness.com/forum/)
    RewriteCond URL ^/forum/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
    RewriteRule ^/forum/(.+?)(?:\?(.*))?$ /forum/vbseo.php?vbseourl=$1(?2&$2) [L
    and I have define('VBSEO_GET_FORUM_PATH', 1); in config_vbseo.php I've tried all sorts of combinations but cannot get this beasty to work.

    At the moment I've disabled the plug in but any ideas?

  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 Phil,

    please let me know what is your forums URL as defined in vB admincp options?

    And you should replace these lines:
    Code:
    RewriteCond Host: (www.thisisyourbusiness.com/forum/)
    with:
    Code:
    RewriteCond Host: www.thisisyourbusiness.com
    in httpd.ini.

  3. #3
    Junior Member
    Real Name
    Phil Williams
    Join Date
    Aug 2006
    Posts
    5
    Liked
    0 times
    OK made that change, my forum url is This Is Your Business - Powered by vBulletin and the httpd.ini file is in the root folder not the forum folder if that makes a difference?

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Could you please open a support ticket with ftp login for troubleshooting?

  5. #5
    Junior Member
    Real Name
    Phil Williams
    Join Date
    Aug 2006
    Posts
    5
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Could you please open a support ticket with ftp login for troubleshooting?
    Done for you now

Similar Threads

  1. two simple template mods for vBulletin SEO
    By Jonathan in forum Template Modifications
    Replies: 46
    Last Post: 08-15-2008, 07:19 PM
  2. Replies: 20
    Last Post: 05-28-2006, 02:51 PM
  3. Confused: Custom Rewrites for simple "Top Referrals" Mod
    By vissa in forum Custom Rewrite Rules
    Replies: 6
    Last Post: 11-23-2005, 08:12 AM
  4. Simple Profil Pic Gallery CRR, Navbar & Pagination!
    By DerTobi75 in forum Troubleshooting
    Replies: 11
    Last Post: 11-12-2005, 09:32 PM
  5. Simple Profil Pic Gallery CRR, Need Help!
    By DerTobi75 in forum Custom Rewrite Rules
    Replies: 2
    Last Post: 11-06-2005, 04:39 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
  •