vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 8 of 8

Wordpress interfering with VBSEO

This is a discussion on Wordpress interfering with VBSEO within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, I'm new to all of this. I installed the plugin correctly and configured everything in my forum directory. I ...

  1. #1
    Junior Member
    Real Name
    mrcreditcard
    Join Date
    Sep 2008
    Posts
    3

    Exclamation Wordpress interfering with VBSEO

    Hello,
    I'm new to all of this. I installed the plugin correctly and configured everything in my forum directory. I also uploaded the .htaccess files to the forum directory. I have wordpress installed in a completely different directory on the server.

    My forum is in /forum and wordpress is in /blog. Everything is enabled and the permalinks are now appearing on my forum however whenever I click on a post or thread it now takes me to my wordpress blog for some reason (which again is in a completely different directory), even though the URL to the forum or thread is correct in the address bar.

    Please help!

  2. #2
    vBSEO Staff Michael Biddle's Avatar
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    6,563
    What are the contents of your .htaccess in your forum directory? Did you try adding RewriteBase /forum/ below the RewriteEngine On ?
    Michael Biddle / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #3
    Junior Member
    Real Name
    mrcreditcard
    Join Date
    Sep 2008
    Posts
    3
    This is what my htaccess looks like

    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 /forum/
    
    RewriteCond %{HTTP_HOST} !^www\.askmrcreditcard\.com
    RewriteRule (.*) http://www.askmrcreditcard.com/forum/$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]
    
    Last edited by mrcreditcard; 09-25-2008 at 08:28 PM.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    "RewriteEngine On" line is missing at the top of file.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  5. #5
    Junior Member
    Real Name
    mrcreditcard
    Join Date
    Sep 2008
    Posts
    3
    That line is in there, I just didnt copy it and paste it here. If you want to see exactly whats happening go here - Ask Mr Credit Card Forum - Powered by vBulletin and try to click on a category.

  6. #6
    Senior Member Brandon Sheley's Avatar
    Real Name
    Brandon Sheley
    Join Date
    Oct 2005
    Location
    Kansas
    Posts
    2,208
    Blog Entries
    1
    did you try adding your blog path to the "exclude pages"
    Are you on Twitter? @BrandonSheley | Social Media blog
    Latest projects: General Forums | TopekaTweetup

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Please open a support ticket with ftp access for troubleshooting: https://www.vbseo.com/tickets/
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Update: resolved via the ticket (.htaccess file was not uploaded in forum/ folder).
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


Similar Threads

  1. Acronyms interfering in What's going on section
    By Neutral Singh in forum Troubleshooting
    Replies: 1
    Last Post: 08-19-2008, 09:19 AM
  2. vb + vbSEo + Wordpress
    By Ky! in forum Deutsch
    Replies: 10
    Last Post: 07-04-2008, 09:56 AM
  3. vBSEO not playing nice with WordPress
    By Shpigford in forum Troubleshooting
    Replies: 7
    Last Post: 01-16-2008, 04:57 PM
  4. interfering with another hack
    By hornstar6969 in forum Relevant Replacements
    Replies: 3
    Last Post: 03-20-2007, 01:37 AM
  5. Wordpress/Vbulletin Bridge & VBSEO
    By Troy McDonald in forum General Discussion
    Replies: 0
    Last Post: 01-22-2007, 06:32 PM