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
    Liked
    0 times

    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
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    What are the contents of your .htaccess in your forum directory? Did you try adding RewriteBase /forum/ below the RewriteEngine On ?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Junior Member
    Real Name
    mrcreditcard
    Join Date
    Sep 2008
    Posts
    3
    Liked
    0 times
    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 09:28 PM.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    "RewriteEngine On" line is missing at the top of file.
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Junior Member
    Real Name
    mrcreditcard
    Join Date
    Sep 2008
    Posts
    3
    Liked
    0 times
    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,347
    Liked
    19 times
    Blog Entries
    1
    did you try adding your blog path to the "exclude pages"
    My forums: General Forums | Admin Talk (running xenforo)

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please open a support ticket with ftp access for troubleshooting: https://www.vbseo.com/tickets/
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #8
    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 the ticket (.htaccess file was not uploaded in forum/ folder).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

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