Results 1 to 2 of 2

Wordpress Permalinks + vBSEO -- Having An .htaccess issue

This is a discussion on Wordpress Permalinks + vBSEO -- Having An .htaccess issue within the Off-Topic & Chit Chat forums, part of the Focus on Members category; Hey all. I had no idea where to post this. I own a vBSEO license and am trying to get ...

  1. #1
    Member Array
    Real Name
    Shane
    Join Date
    Mar 2010
    Posts
    45
    Liked
    0 times

    Post Wordpress Permalinks + vBSEO -- Having An .htaccess issue

    Hey all.

    I had no idea where to post this.

    I own a vBSEO license and am trying to get Wordpress Permalinks to work alongside vBSEO. The problem is that my vB installation and my Wordpress installation are in the same directory. Therefore, I can only have the one .htaccess file.

    Here is my vbSEO htaccess code:

    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 /
    
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    
    
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    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]
    This is what Wordpress needs me to put into my .htaccess file in order for the permalinks to work:

    Code:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    How can I make both work in the directory?

    Thanks!

  2. #2
    vBSEO.com Webmaster Array Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,463
    Liked
    721 times
    Blog Entries
    4
    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

Similar Threads

  1. VBSEO and Wordpress htaccess in SAME directory
    By woox in forum Pre-Sales Questions
    Replies: 3
    Last Post: 03-26-2011, 02:56 AM
  2. Wordpress htacess ile vbseo htaccess çakışması
    By ebubekiratalay in forum Türkçe
    Replies: 5
    Last Post: 10-29-2010, 10:21 AM
  3. Wordpress htacess ile vbseo htaccess çakışması
    By ebubekiratalay in forum Custom Rewrite Rules
    Replies: 0
    Last Post: 10-28-2010, 05:26 PM
  4. How to rewrite Wordpress style permalinks to VB
    By crazy4bass in forum URL Rewrite Settings
    Replies: 10
    Last Post: 01-24-2008, 06:27 AM
  5. Wordpress htaccess + vbseo htaccess
    By chris06 in forum URL Rewrite Settings
    Replies: 1
    Last Post: 11-01-2007, 11:56 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
  •