Apache mod_rewrite conditions used in Wordpress is taking over my forum. How to fix?

Discussion in 'Apache' started by TECK, Feb 22, 2009.

  1. #1
    Hi,

    I installed the forums at my address:
    http://www.domain.com/forum/index.php
    /home/domain.com/forum

    Wordpress is installed at this address:
    http://www.domain.com/
    /home/domain.com

    I have a .htaccess file located into:
    /home/domain.com

    with the recommended Wordpress contents:
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    Can you please help me bypass the rewrite rule set by Wordpress into /forum dir?
    http://www.domain.com/forum/index.php will show as being part of Wordpress...

    Thanks for your help.

    Regards,

    Floren
     
    TECK, Feb 22, 2009 IP
  2. TECK

    TECK Member

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    Never mind it, I fixed the issue.
     
    TECK, Feb 22, 2009 IP