• Ok, so I know this has been asked a dozen times but I cant find a working answer.

    I have phpbb3, set up via hosting services, its in some sort of virtual directory or what ever so there is no /phpbb3/ in my directory.

    In my .htacess file I have

    RewriteEngine On
    RewriteCond %{HTTP_HOST} mydomain.com [NC]
    RewriteRule ^phpbb3/config.php(|/.*)$ siteapps/65/htdocs/config.php$1
    RewriteRule ^phpbb3(|/.*)$ siteapps/65/htdocs$1

    then the begind wordpress stuff.

    So what I need is when some one goes to mydomain.com/phpbb3 it will go to the forms and not trigger wordpress and give me the wordpress 404 page Im getting now.

    thanks

  • The topic ‘Permalinks, excluding directories’ is closed to new replies.