Results 1 to 5 of 5

VBSEo works with Wordpress Integreate mod?

This is a discussion on VBSEo works with Wordpress Integreate mod? within the Pre-Sales Questions forums, part of the Announcements & Pre-Sales category; I have the WP Integrate mod with my forums, which bridges wp and vbulletin together, will it work fine with ...

  1. #1
    Junior Member
    Real Name
    jak ripper
    Join Date
    Feb 2008
    Posts
    6
    Liked
    0 times

    VBSEo works with Wordpress Integreate mod?

    I have the WP Integrate mod with my forums, which bridges wp and vbulletin together, will it work fine with VBSEO?

    Here is URL to WP integerate mod:
    Complete Wordpress/Vbulletin Bridge - Share Users And Postings - vBulletin.org Forum

    Also here is my htaccess, will it cause issues?
    Code:
    ############ CUSTOM .HTACCESS CODE HERE ##############
    # Insert your custom .htaccess code within this block
    
    #<Files "image.php">
    #  <Limit GET>
    #  Order Deny,Allow
    #  Deny from All
    #  </Limit>
    #</Files>
    
    # End your custom code here.
    ############ END CUSTOM .HTACCESS CODE ###############
    
    # Require WWW
    # Will automatically redirect requests to non-www to www
    # This will exempt robots.txt for search engines
    <IfModule mod_rewrite.c>
      Options +FollowSymLinks
      RewriteEngine On
      RewriteBase /
      RewriteCond %{REQUEST_URI} !^/robots\.txt$
      RewriteCond %{HTTP_HOST} ^([^.]+)\.([^.]+)$ [NC]
      RewriteRule ^(.*)$ http://www.%1.%2/$1 [R=301,L]
    </IfModule>
    
    php_value upload_max_filesize 30M
    php_value post_max_size 30M
    
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

  2. #2
    Junior Member
    Real Name
    jak ripper
    Join Date
    Feb 2008
    Posts
    6
    Liked
    0 times
    Removing anything from the Wordpress will break the wordpress page (such as
    RewriteRule . /index.php [L])

  3. #3
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Hello Jak ,

    The answer has 2 different questions
    If your vBulletin and Wordpress installation located in same folder you will need to adjust your .htaccess
    If they are located on different folders , you'll face no issue at all.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  4. #4
    Junior Member
    Real Name
    jak ripper
    Join Date
    Feb 2008
    Posts
    6
    Liked
    0 times
    Wordpress is located in same directory as forums, and what changes are needed for httaccess. I remeber having this a long time ago on my first site and there were some pretty extensive changes...how will this conflict with MY httaccess and the wordpress settings?

  5. #5
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    You will need to move one of them to their own folder.

    both word press and vbseo operate on a 'catch-all' concept. Thus, you can only send everything to one script... wordpress index.php of vbseo's vbseo.php to process in a single folder.

Similar Threads

  1. Does vbseo works with litespeed ?
    By dhddl in forum Troubleshooting
    Replies: 1
    Last Post: 09-27-2009, 05:34 AM
  2. code that works with vbseo?
    By Julio in forum Troubleshooting
    Replies: 2
    Last Post: 07-04-2009, 01:37 PM
  3. VBseo works with php fastcgi?
    By MarkoP in forum Pre-Sales Questions
    Replies: 9
    Last Post: 08-04-2008, 10:05 PM
  4. vBSEO works
    By briansol in forum Off-Topic & Chit Chat
    Replies: 4
    Last Post: 08-12-2006, 08:19 PM
  5. proof that vbseo works
    By hornstar6969 in forum Analysis: Traffic & SERPS
    Replies: 20
    Last Post: 07-22-2006, 03:44 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
  •