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