<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: Separate installs of Wordpress and Phpbb</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: Separate installs of Wordpress and Phpbb</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 10:31:12 +0000</pubDate>

<item>
<title>merdock on "Separate installs of Wordpress and Phpbb"</title>
<link>http://wordpress.org/support/topic/273724#post-1083202</link>
<pubDate>Mon, 25 May 2009 20:48:48 +0000</pubDate>
<dc:creator>merdock</dc:creator>
<guid isPermaLink="false">1083202@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have a website with separate installs of Wordpress and Phpbb.&#60;/p&#62;
&#60;p&#62;Wordpress is installed in the root directory, Phpbb is installed in the forum directory.&#60;/p&#62;
&#60;p&#62;I *do not* want to integrate the two.&#60;/p&#62;
&#60;p&#62;The problem is when I try to access domainname.com/forum - I get a 404 error message. Wordpress seems to take over everything. (The forum itself installed fine. No problems there. Wordpress works fine too.)&#60;/p&#62;
&#60;p&#62;Wordpress htaccess code:&#60;/p&#62;
&#60;p&#62;# BEGIN WordPress&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-d&#60;br /&#62;
RewriteRule . /index.php [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;# END WordPress&#60;/p&#62;
&#60;p&#62;I tried this for the forum, put it in the root htaccess file as well as the forum root, but no luck.&#60;/p&#62;
&#60;p&#62;#forum&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /forum/&#60;br /&#62;
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /forum/index\.php\ HTTP/&#60;br /&#62;
RewriteRule ^index\.php$ &#60;a href=&#34;http://domainname.com/forum/&#34; rel=&#34;nofollow&#34;&#62;http://domainname.com/forum/&#60;/a&#62; [R=301,L]&#60;br /&#62;
 RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-d&#60;br /&#62;
RewriteRule . /forum/index.php [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;#End forum&#60;/p&#62;
&#60;p&#62;Does anyone have any ideas of what I can try in my htaccess file? Everything I've searched for on Google or this site talks about integrating WP and Phpbb and is no help.&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
