<?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>bbPress support forums Topic: wpmu/bbpress logins work, forums don't!</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: wpmu/bbpress logins work, forums don't!</description>
<language>en</language>
<pubDate>Fri, 10 Oct 2008 23:11:54 +0000</pubDate>

<item>
<title>MPM on "wpmu/bbpress logins work, forums don't!"</title>
<link>http://bbpress.org/forums/topic/wpmubbpress-logins-work-forums-dont#post-10906</link>
<pubDate>Tue, 11 Sep 2007 06:06:37 +0000</pubDate>
<dc:creator>MPM</dc:creator>
<guid isPermaLink="false">10906@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks guys.&#60;/p&#62;
&#60;p&#62;Permalinks set to off in config fixes the problem so I better have a better look at how to set that up properly.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "wpmu/bbpress logins work, forums don't!"</title>
<link>http://bbpress.org/forums/topic/wpmubbpress-logins-work-forums-dont#post-10887</link>
<pubDate>Sun, 09 Sep 2007 05:03:53 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">10887@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is there an .htaccess in the directory one level above?  .htaccess rules are additive, I think.  So if there is one in the directory one level up, those could be conflicting with the .htaccess you have in the community directory.&#60;/p&#62;
&#60;p&#62;edit: sorry, I just reread all the notes you posted.  I don't understand enough about .htaccess to know what the problem is.  &#60;a href=&#34;http://bbpress.org/forums/profile/SamBauers&#34;&#62;SamBauers&#60;/a&#62; here has made several posts about .htaccess.&#60;/p&#62;
&#60;p&#62;Here's one:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/pretty-permalinks-not-working?replies=24#post-7743&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/pretty-permalinks-not-working?replies=24#post-7743&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>MPM on "wpmu/bbpress logins work, forums don't!"</title>
<link>http://bbpress.org/forums/topic/wpmubbpress-logins-work-forums-dont#post-10885</link>
<pubDate>Sun, 09 Sep 2007 04:43:35 +0000</pubDate>
<dc:creator>MPM</dc:creator>
<guid isPermaLink="false">10885@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have .htaccess in my community directory for permalinks that says:&#60;/p&#62;
&#60;p&#62;&#38;lt;ifmodule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /community/&#60;br /&#62;
RewriteRule ^community/([0-9]+)/page/([0-9]+)$ /community/forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^community/([0-9]+)$ /community/forum.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([0-9]+)/page/([0-9]+)$ /community/topic.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([0-9]+)$ /community/topic.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/(.+)/page/([0-9]+)$ /community/tags.php?tag=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/(.+)/?$ /community/tags.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/?$ /community/tags.php [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([0-9]+)/page/([0-9]+)$ /community/profile.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([0-9]+)/([a-z]+)$ /community/profile.php?id=$1&#38;#38;tab=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([0-9]+)/([a-z]+)/page/([0-9]+)$ /community/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([0-9]+)$ /community/profile.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /community/view.php?view=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([a-z-]+)$ /community/view.php?view=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/$ /community/rss.php [L,QSA]&#60;br /&#62;
RewriteRule ^rss/community/([0-9]+)$ /community/rss.php?community=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/topic/([0-9]+)$ /community/rss.php?topic=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/tags/([a-z]+)$ /community/rss.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/profile/([0-9]+)$ /community/rss.php?profile=$1 [L,QSA]&#60;br /&#62;
&#38;lt;/ifmodule&#38;gt;&#60;/p&#62;
&#60;p&#62;I have .htaccess in my root that says:&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;/p&#62;
&#60;p&#62;#uploaded files&#60;br /&#62;
RewriteRule ^(.*/)?files/$ index.php [L]&#60;br /&#62;
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]&#60;/p&#62;
&#60;p&#62;RewriteCond %{REQUEST_FILENAME} -f [OR]&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} -d&#60;br /&#62;
RewriteRule . - [L]&#60;br /&#62;
RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]&#60;br /&#62;
RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]&#60;br /&#62;
RewriteRule . index.php [L]&#60;/p&#62;
&#60;p&#62;and .htaccess.dist in root that says&#60;/p&#62;
&#60;p&#62;RewriteEngine On&#60;br /&#62;
RewriteBase BASE/&#60;/p&#62;
&#60;p&#62;#uploaded files&#60;br /&#62;
RewriteRule ^(.*/)?files/$ index.php [L]&#60;br /&#62;
RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]&#60;/p&#62;
&#60;p&#62;RewriteCond %{REQUEST_FILENAME} -f [OR]&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} -d&#60;br /&#62;
RewriteRule . - [L]&#60;br /&#62;
RewriteRule  ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]&#60;br /&#62;
RewriteRule  ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]&#60;br /&#62;
RewriteRule . index.php [L]
&#60;/p&#62;</description>
</item>
<item>
<title>benbeltran on "wpmu/bbpress logins work, forums don't!"</title>
<link>http://bbpress.org/forums/topic/wpmubbpress-logins-work-forums-dont#post-10874</link>
<pubDate>Sat, 08 Sep 2007 15:46:47 +0000</pubDate>
<dc:creator>benbeltran</dc:creator>
<guid isPermaLink="false">10874@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It seems to be an .htaccess conflict ... check your rules.
&#60;/p&#62;</description>
</item>
<item>
<title>MPM on "wpmu/bbpress logins work, forums don't!"</title>
<link>http://bbpress.org/forums/topic/wpmubbpress-logins-work-forums-dont#post-10867</link>
<pubDate>Sat, 08 Sep 2007 11:32:12 +0000</pubDate>
<dc:creator>MPM</dc:creator>
<guid isPermaLink="false">10867@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;login between my wpmu installation and my bbpress seem to work okay but when I click on a topic link on the frontpage I get a page not found error from my wpmu installation...&#60;/p&#62;
&#60;p&#62;WPMU: &#60;a href=&#34;http://www.mpm.org.au&#34; rel=&#34;nofollow&#34;&#62;http://www.mpm.org.au&#60;/a&#62; (blog signup disabled but you can sign up as a user)&#60;br /&#62;
BBPress: &#60;a href=&#34;http://www.mpm.org.au/community/&#34; rel=&#34;nofollow&#34;&#62;http://www.mpm.org.au/community/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Previously I did have it all working but only with WP single not MU.&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated!&#60;br /&#62;
This is my config file:&#60;br /&#62;
&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// ** MySQL settings ** //&#60;br /&#62;
define('BBDB_NAME', 'xxxx');      // The name of the database&#60;br /&#62;
define('BBDB_USER', 'xxxx_xxxx');     // Your MySQL username&#60;br /&#62;
define('BBDB_PASSWORD', 'xxxx'); // ...and password&#60;br /&#62;
define('BBDB_HOST', 'localhost');    // 99% chance you won't need to change this value&#60;/p&#62;
&#60;p&#62;// Change the prefix if you want to have multiple forums in a single database.&#60;br /&#62;
$bb_table_prefix  = 'bb_'; // Only letters, numbers and underscores please!&#60;/p&#62;
&#60;p&#62;// If your bbPress URL is &#60;a href=&#34;http://bbpress.example.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.example.com/forums/&#60;/a&#62; , the examples would be correct.&#60;br /&#62;
// Adjust the domain and path to suit your actual URL.&#60;br /&#62;
	// Just the domain name; no directories or path. There should be no trailing slash here.&#60;br /&#62;
	$bb-&#38;gt;domain = 'http://www.mpm.org.au'; // Example: 'http://bbpress.example.com'&#60;br /&#62;
	// There should be both a leading and trailing slash here. '/' is fine if the site is in root.&#60;br /&#62;
	$bb-&#38;gt;path   = '/community/'; // Example: '/forums/'&#60;/p&#62;
&#60;p&#62;// What are you going to call me?&#60;br /&#62;
$bb-&#38;gt;name   = 'MakePeace Media LTD';&#60;/p&#62;
&#60;p&#62;// This must be set before running the install script.&#60;br /&#62;
$bb-&#38;gt;admin_email = 'myemail';&#60;/p&#62;
&#60;p&#62;// Set to true if you want pretty permalinks.&#60;br /&#62;
$bb-&#38;gt;mod_rewrite = true;&#60;/p&#62;
&#60;p&#62;// The number of topics that show on each page.&#60;br /&#62;
$bb-&#38;gt;page_topics = 15;&#60;/p&#62;
&#60;p&#62;// A user can edit a post for this many minutes after submitting.&#60;br /&#62;
$bb-&#38;gt;edit_lock = 60;&#60;/p&#62;
&#60;p&#62;// Your timezone offset.  Example: -7 for Pacific Daylight Time.&#60;br /&#62;
$bb-&#38;gt;gmt_offset = 0;&#60;/p&#62;
&#60;p&#62;// Change this to localize bbPress.  A corresponding MO file for the&#60;br /&#62;
// chosen language must be installed to bb-includes/languages.&#60;br /&#62;
// For example, install de.mo to bb-includes/languages and set BBLANG to 'de'&#60;br /&#62;
// to enable German language support.&#60;br /&#62;
define('BBLANG', '');&#60;/p&#62;
&#60;p&#62;// Your Akismet Key.  You do not need a key to run bbPress, but if you want to take advantage&#60;br /&#62;
// of Akismet's powerful spam blocking, you'll need one.  You can get an Akismet key at&#60;br /&#62;
// &#60;a href=&#34;http://wordpress.com/api-keys/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.com/api-keys/&#60;/a&#62;&#60;br /&#62;
$bb-&#38;gt;akismet_key = 'xxxx'; // Example: 'xxxx'&#60;/p&#62;
&#60;p&#62;// The rest is only useful if you are integrating bbPress with WordPress.&#60;br /&#62;
// If you're not, just leave the rest as it is.&#60;/p&#62;
&#60;p&#62;$bb-&#38;gt;wp_table_prefix = 'wp_';  // WordPress table prefix.  Example: 'wp_';&#60;br /&#62;
$bb-&#38;gt;wp_home = 'http://www.mpm.org.au';  // WordPress - Options-&#38;gt;General: Blog address (URL) // No trailing slash.  Example: 'http://example.com'&#60;br /&#62;
$bb-&#38;gt;wp_siteurl = 'http://www.mpm.org.au';  // WordPress - Options-&#38;gt;General: WordPress address (URL) // No trailing slash. Example: 'http://example.com'&#60;/p&#62;
&#60;p&#62;if ( isset( $bb-&#38;gt;wp_table_prefix ) ){&#60;br /&#62;
       $bb-&#38;gt;usercookie = &#34;wordpressuser&#34;;&#60;br /&#62;
       $bb-&#38;gt;passcookie = &#34;wordpresspass&#34;;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;/* Stop editing */&#60;/p&#62;
&#60;p&#62;if ( !defined('BBPATH') )&#60;br /&#62;
	define('BBPATH', dirname(__FILE__) . '/' );&#60;br /&#62;
require_once( BBPATH . 'bb-settings.php' );&#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
