<?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 Tag: mod_rewrite</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: mod_rewrite</description>
<language>en</language>
<pubDate>Sun, 20 Jul 2008 05:24:00 +0000</pubDate>

<item>
<title>chrishajer on "404 errors on all posts - please help"</title>
<link>http://bbpress.org/forums/topic/404-errors-on-all-posts-please-help#post-17344</link>
<pubDate>Wed, 16 Jul 2008 18:38:38 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17344@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;bbPress does not create the .htaccess file for you like WordPress does.  I think in future releases they are considering creating it for you.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://trac.bbpress.org/ticket/838&#34; rel=&#34;nofollow&#34;&#62;http://trac.bbpress.org/ticket/838&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>i_xiter on "404 errors on all posts - please help"</title>
<link>http://bbpress.org/forums/topic/404-errors-on-all-posts-please-help#post-17332</link>
<pubDate>Wed, 16 Jul 2008 02:58:51 +0000</pubDate>
<dc:creator>i_xiter</dc:creator>
<guid isPermaLink="false">17332@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Had the same bug, when I installed bbpress for the first time today. I noticed that it didnt even create the .htaccess file.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "404 errors on all posts - please help"</title>
<link>http://bbpress.org/forums/topic/404-errors-on-all-posts-please-help#post-17132</link>
<pubDate>Tue, 08 Jul 2008 22:18:18 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17132@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think you need to set up permalinks on your server if you want pretty or name based ones.  False works fine, so it's definitely a permalinks issue.  Not sure why it was working before, but this is what needs to be done now:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/documentation/faq/#pretty-permalinks&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/documentation/faq/#pretty-permalinks&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>f1f on "404 errors on all posts - please help"</title>
<link>http://bbpress.org/forums/topic/404-errors-on-all-posts-please-help#post-17131</link>
<pubDate>Tue, 08 Jul 2008 22:10:28 +0000</pubDate>
<dc:creator>f1f</dc:creator>
<guid isPermaLink="false">17131@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;OK I've tried changing the permalink settings and here's what happens:&#60;/p&#62;
&#60;p&#62;If I set them to 'none' - i.e. forums.php?id=1 the posts work&#60;br /&#62;
If I set them to 'name based' - i.e. /forums/first-forum/ the posts do not work&#60;/p&#62;
&#60;p&#62;Obviously I would rather have name based if possible. Any thoughts?
&#60;/p&#62;</description>
</item>
<item>
<title>f1f on "404 errors on all posts - please help"</title>
<link>http://bbpress.org/forums/topic/404-errors-on-all-posts-please-help#post-17130</link>
<pubDate>Tue, 08 Jul 2008 22:05:08 +0000</pubDate>
<dc:creator>f1f</dc:creator>
<guid isPermaLink="false">17130@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No I haven't moved the forum. The last thing I changed - which must have been a week ago or longer - was adding the following code into the .htaccess file for Wordpress (not BBPress):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;COOKIE_DOMAIN&#38;#39;, &#38;#39;&#38;#39;);
define(&#38;#39;COOKIEPATH&#38;#39;, &#38;#39;/&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Could that have had an effect? If so it seems odd that it took so long to manifest itself.&#60;/p&#62;
&#60;p&#62;Thanks for the speedy response by the way :-)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "404 errors on all posts - please help"</title>
<link>http://bbpress.org/forums/topic/404-errors-on-all-posts-please-help#post-17121</link>
<pubDate>Tue, 08 Jul 2008 21:11:39 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">17121@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I would say this is a mod_rewrite and permalink issue.  If it was working before, then something changed with the host, maybe the .htaccess file in the forum directory, or the parent one.  But, all you need to do to get around it, for now, is turn off the permalinks, to false.&#60;/p&#62;
&#60;p&#62;This URL works fine for a second:&#60;br /&#62;
&#60;a href=&#34;http://www.f1fanatic.co.uk/forum/forum.php?id=2&#34; rel=&#34;nofollow&#34;&#62;http://www.f1fanatic.co.uk/forum/forum.php?id=2&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then it redirects to a permalink URL:&#60;br /&#62;
&#60;a href=&#34;http://www.f1fanatic.co.uk/forum/forum/motor-racing-discussion&#34; rel=&#34;nofollow&#34;&#62;http://www.f1fanatic.co.uk/forum/forum/motor-racing-discussion&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Maybe you moved the forum recently and did not update the permalink structure?
&#60;/p&#62;</description>
</item>
<item>
<title>f1f on "404 errors on all posts - please help"</title>
<link>http://bbpress.org/forums/topic/404-errors-on-all-posts-please-help#post-17119</link>
<pubDate>Tue, 08 Jul 2008 21:05:05 +0000</pubDate>
<dc:creator>f1f</dc:creator>
<guid isPermaLink="false">17119@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My BBPress installation has been working fine but suddenly today I can't access the content on any of my posts. All the post titles are listed, but clicking on them gives a 404 error:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.f1fanatic.co.uk/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.f1fanatic.co.uk/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have no idea what's caused this. It's been over a week since I made  any changes to BBPress or the Wordpress installation it's integrated with.&#60;/p&#62;
&#60;p&#62;I've checked my MySQL database and all the forum data appears to still be in there, it just isn't displaying. Any ideas what's broken?
&#60;/p&#62;</description>
</item>
<item>
<title>wild_eep on "Static links not working with 0.9.1"</title>
<link>http://bbpress.org/forums/topic/static-links-not-working-with-091#post-17069</link>
<pubDate>Sat, 05 Jul 2008 13:44:57 +0000</pubDate>
<dc:creator>wild_eep</dc:creator>
<guid isPermaLink="false">17069@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Photolord! Your tip was simple and worked perfectly!
&#60;/p&#62;</description>
</item>
<item>
<title>risoknop on "bbPress AND Lighttpd URL rewrite rules"</title>
<link>http://bbpress.org/forums/topic/bbpress-and-lighttpd-url-rewrite-rules#post-17053</link>
<pubDate>Thu, 03 Jul 2008 12:18:39 +0000</pubDate>
<dc:creator>risoknop</dc:creator>
<guid isPermaLink="false">17053@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello, I have installed bbPress at one of my websites (in a subdirectory called &#34;forums&#34; - i.e. bbPress is installed at mydomain.com/forums/).&#60;/p&#62;
&#60;p&#62;I'm trying to set up Lighttpd URL rewrite rules now in order to achieve SEO friendly permalinks.&#60;/p&#62;
&#60;p&#62;I have tried to google a little bit but the only thing I have found is this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;quot;^/forum/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/forum.php?id=$1&#38;#38;page=$2&#38;quot;,
&#38;quot;^/forum/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/forum.php?id=$1&#38;quot;,
&#38;quot;^/topic/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/topic.php?id=$1&#38;#38;page=$2&#38;quot;,
&#38;quot;^/topic/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/topic.php?id=$1&#38;quot;,
&#38;quot;^/tags/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/tags.php?tag=$1&#38;#38;page=$2&#38;quot;,
&#38;quot;^/tags/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/tags.php?tag=$1&#38;quot;,
&#38;quot;^/tags/?$&#38;quot; =&#38;gt; &#38;quot;/tags.php&#38;quot;,
&#38;quot;^/profile/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=$1&#38;#38;page=$2&#38;quot;,
&#38;quot;^/profile/([^/]+)/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=$1&#38;#38;tab=$2&#38;quot;,
&#38;quot;^/profile/([^/]+)/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3&#38;quot;,
&#38;quot;^/profile/([^/]+)/([^/]+)/favorites/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=$1&#38;#38;tab=favorites&#38;quot;,
&#38;quot;^/profile/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/profile.php?id=$1&#38;quot;,
&#38;quot;^/view/([^/]+)/page/([0-9]+)/?$&#38;quot; =&#38;gt; &#38;quot;/view.php?view=$1&#38;#38;page=$2&#38;quot;,
&#38;quot;^/view/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/view.php?view=$1&#38;quot;,
&#38;quot;^/rss/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php&#38;quot;,
&#38;quot;^/rss/forum/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php?forum=$1&#38;quot;,
&#38;quot;^/rss/topic/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php?topic=$1&#38;quot;,
&#38;quot;^/rss/tags/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php?tag=$1&#38;quot;,
&#38;quot;^/rss/profile/([^/]+)/?$&#38;quot; =&#38;gt; &#38;quot;/rss.php?profile=$1&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Could anybody tell me how to edit it taking into consideration the subfolder where the bbPress is installed?&#60;/p&#62;
&#60;p&#62;My current Lighttpd rewrite rules in config file are bellow:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;url.rewrite-once = (
&#38;quot;^/(wp-.+).*/?&#38;quot; =&#38;gt; &#38;quot;$0&#38;quot;,
&#38;quot;^/images/.*/?&#38;quot; =&#38;gt; &#38;quot;$0&#38;quot;,
&#38;quot;^/forums/.*/?&#38;quot; =&#38;gt; &#38;quot;$0&#38;quot;,
&#38;quot;^/temp/.*/?&#38;quot; =&#38;gt; &#38;quot;$0&#38;quot;,
&#38;quot;^/(sitemap.xml)&#38;quot; =&#38;gt; &#38;quot;$0&#38;quot;,
&#38;quot;^/(xmlrpc.php)&#38;quot; =&#38;gt; &#38;quot;$0&#38;quot;,
&#38;quot;^/keyword/([A-Za-z_0-9\-]+)/?$&#38;quot; =&#38;gt; &#38;quot;/index.php?keyword=$1&#38;quot;,
&#38;quot;^/.*?(\?.*)?$&#38;quot; =&#38;gt; &#38;quot;/index.php$1&#38;quot;
)&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>photolord on "Static links not working with 0.9.1"</title>
<link>http://bbpress.org/forums/topic/static-links-not-working-with-091#post-16793</link>
<pubDate>Wed, 18 Jun 2008 06:13:05 +0000</pubDate>
<dc:creator>photolord</dc:creator>
<guid isPermaLink="false">16793@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Adding only&#60;/p&#62;
&#60;p&#62;Options +MultiViews&#60;/p&#62;
&#60;p&#62;in my .htaccess in the root of my directory where I installed bbpress did the trick. It was like magic!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Dropping "MultiViews" support?"</title>
<link>http://bbpress.org/forums/topic/dropping-multiviews-support#post-16385</link>
<pubDate>Thu, 22 May 2008 06:54:47 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16385@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;@marians&#60;/p&#62;
&#60;p&#62;You've identified another reason that I had forgotten about. URL customisation that you are talking about is close to impossible under MultiViews.&#60;/p&#62;
&#60;p&#62;Based on all these comments I think we will be dropping it. Thanks for the input everyone.
&#60;/p&#62;</description>
</item>
<item>
<title>marians on "Dropping "MultiViews" support?"</title>
<link>http://bbpress.org/forums/topic/dropping-multiviews-support#post-16370</link>
<pubDate>Wed, 21 May 2008 10:58:49 +0000</pubDate>
<dc:creator>marians</dc:creator>
<guid isPermaLink="false">16370@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;On Multiviews: Never heard of it until I first installed bbPress. If mof_rewrite would work out of the box (i.e.: if bbPress would create the file or dump the necessary content) I wouldn't need MultiViews.&#60;/p&#62;
&#60;p&#62;Here is one aspect I'd like to through in: URL Customization/Localization.&#60;/p&#62;
&#60;p&#62;When localizing URLs, it's very easy to do this via editing of mod_rewrite rules. All my bbPress installations are in german language, thus I want german URLs.&#60;/p&#62;
&#60;p&#62;When changing the wording in URLs, e.g. from &#34;forum&#34; to &#34;board&#34; or &#34;topic&#34; to &#34;idea&#34; etc., same thing - just edit the rewrite rules.&#60;/p&#62;
&#60;p&#62;How easy would it be to customize URLs with MultiViews in effect? Without having looked into the implementation, I would guess that it requires code changes.&#60;/p&#62;
&#60;p&#62;If URL customization is easier in mod_rewrite, please drop MultiViews. Otherwise, please document how URL customization can be done using MultiViews.
&#60;/p&#62;</description>
</item>
<item>
<title>bobbyh on "Dropping "MultiViews" support?"</title>
<link>http://bbpress.org/forums/topic/dropping-multiviews-support#post-16344</link>
<pubDate>Tue, 20 May 2008 07:25:29 +0000</pubDate>
<dc:creator>bobbyh</dc:creator>
<guid isPermaLink="false">16344@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I too vote to drop multiviews. However, if enough people depend on this, could permalinks be made pluggable so that a multiviews plugin could be written? If that's too much work, that's OK with me, just suggesting it as a compromise solution...
&#60;/p&#62;</description>
</item>
<item>
<title>finalwebsites on "Dropping "MultiViews" support?"</title>
<link>http://bbpress.org/forums/topic/dropping-multiviews-support#post-16330</link>
<pubDate>Mon, 19 May 2008 20:39:06 +0000</pubDate>
<dc:creator>finalwebsites</dc:creator>
<guid isPermaLink="false">16330@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I like multiviews, use it for WP too, write access to the .htaccess file will be a problem for many forums on shared hosting accounts (because a lot of them are not secure)
&#60;/p&#62;</description>
</item>
<item>
<title>ekitel on "Using RSS Feeds"</title>
<link>http://bbpress.org/forums/topic/using-rss-feeds#post-16259</link>
<pubDate>Thu, 15 May 2008 15:29:09 +0000</pubDate>
<dc:creator>ekitel</dc:creator>
<guid isPermaLink="false">16259@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yeah disabling it makes the feeds work fine, should of thought to try that myself, I'm wondering if there is any possible way to have feeds and keep the forums private at the same time, (have your cake and eat it too?)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Using RSS Feeds"</title>
<link>http://bbpress.org/forums/topic/using-rss-feeds#post-16258</link>
<pubDate>Thu, 15 May 2008 15:05:17 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16258@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It might be the plugin.  Have you tried without it? I tried accessing your forum, but I get a message:&#60;/p&#62;
&#60;p&#62;&#34;Sorry, only registered users may access the forums.&#60;br /&#62;
If you are registered then please login on the left.&#34;&#60;/p&#62;
&#60;p&#62;If I can't see the forums, I don't know how I could see the feed.  Why not try disabling the plugin?
&#60;/p&#62;</description>
</item>
<item>
<title>ekitel on "Using RSS Feeds"</title>
<link>http://bbpress.org/forums/topic/using-rss-feeds#post-16257</link>
<pubDate>Thu, 15 May 2008 14:43:41 +0000</pubDate>
<dc:creator>ekitel</dc:creator>
<guid isPermaLink="false">16257@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;yes there are definitely posts in the forums, and when I subscribe to the feeds with Firefox I do get a list of permalinks to the posts.&#60;/p&#62;
&#60;p&#62;also I am using the private forums plugin, I don't see anything about it effecting RSS in the docs though it does mention that in the latest version RSS is 'fixed'&#60;/p&#62;
&#60;p&#62;this is the main forum feed: &#60;a href=&#34;http://gradactingalumni.org/blogs/forums/rss.php&#34; rel=&#34;nofollow&#34;&#62;http://gradactingalumni.org/blogs/forums/rss.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Using RSS Feeds"</title>
<link>http://bbpress.org/forums/topic/using-rss-feeds#post-16232</link>
<pubDate>Wed, 14 May 2008 17:19:04 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16232@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I don't think permalinks are required to use the RSS feeds.  This thread has gone in a couple different directions.  It started as RSS feeds but then whistler20 mentioned what he did with rewrite rules and his RSS feeds started working.  I don't think the original problem was solved in that manner.&#60;/p&#62;
&#60;p&#62;Anyway, permalinks are not required for RSS feeds.  If you are having a problem with RSS feeds I think the problem lies elsewhere.  Are there actually content items posted that would be in the RSS feed? &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/rss-result-is-empty#post-13982&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/rss-result-is-empty#post-13982&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you post a link to your forum?  Maybe someone new looking at it will see items in the RSS feed, possibly something cached on your side?
&#60;/p&#62;</description>
</item>
<item>
<title>ekitel on "Using RSS Feeds"</title>
<link>http://bbpress.org/forums/topic/using-rss-feeds#post-16224</link>
<pubDate>Wed, 14 May 2008 10:24:49 +0000</pubDate>
<dc:creator>ekitel</dc:creator>
<guid isPermaLink="false">16224@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;sorry, &#34;flimsy&#34; is nice!  Yes this is about RSS feeds, mines are comin' up blank just like some of the previous posters&#60;/p&#62;
&#60;p&#62;I added those lines to my .htaccess but the feeds are still blank
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Using RSS Feeds"</title>
<link>http://bbpress.org/forums/topic/using-rss-feeds#post-16221</link>
<pubDate>Wed, 14 May 2008 05:53:25 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">16221@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;... read the &#34;flimsy&#34; manual ...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Using RSS Feeds"</title>
<link>http://bbpress.org/forums/topic/using-rss-feeds#post-16217</link>
<pubDate>Tue, 13 May 2008 21:16:59 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16217@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ekitel, this is not really related to RSS feeds is it?  &#60;/p&#62;
&#60;p&#62;What you do is access &#60;a href=&#34;http://www.example.com/bb-admin/rewrite-rules.php,&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/bb-admin/rewrite-rules.php,&#60;/a&#62; then take what is generated by that script and put that into your .htaccess.&#60;/p&#62;
&#60;p&#62;The FM is right here:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/documentation/faq/#pretty-permalinks&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/documentation/faq/#pretty-permalinks&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ekitel on "Using RSS Feeds"</title>
<link>http://bbpress.org/forums/topic/using-rss-feeds#post-16215</link>
<pubDate>Tue, 13 May 2008 20:20:24 +0000</pubDate>
<dc:creator>ekitel</dc:creator>
<guid isPermaLink="false">16215@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;so what changes do I need to make to /bb-admin/rewrite-rules.php to make it work?  where is this F-in' Manual I need to read?  I have bbpress integrated with wordpress so maybe that's part of the problem&#60;/p&#62;
&#60;p&#62;or are you saying I need to copy the rules out of /bb-admin/rewrite-rules.php into my wordpress .htaccess file to make it work?
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "How to shorten a profile link?"</title>
<link>http://bbpress.org/forums/topic/how-to-shorten-a-profile-link#post-16184</link>
<pubDate>Mon, 12 May 2008 22:48:12 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16184@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;By the way, I made this hack cleaner by implementing it as a filter inside a plugin. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_get_user_profile_link_filter( $link , $user_id = 0 ) {
    //check for rewrite
	$rewrite = bb_get_option( &#38;#39;mod_rewrite&#38;#39; );
	if ( $rewrite ) {
		//what kind of rewrite there is? slug use &#38;quot;forum_slug&#38;quot; column, else the column is &#38;quot;forum_id&#38;quot;
		$column = ($rewrite === &#38;#39;slugs&#38;#39;)?(&#38;#39;forum_slug&#38;#39;):(&#38;#39;forum_id&#38;#39;);
		$link = str_replace(&#38;#39;forums/profile/&#38;#39;, &#38;#39;people/&#38;#39;, $link);
	}
    return $link; // Very important line!
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This was based on code suggested in another thread:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/nicer-slug-url-rewrite-plugin-done&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "How to shorten a profile link?"</title>
<link>http://bbpress.org/forums/topic/how-to-shorten-a-profile-link#post-16125</link>
<pubDate>Sun, 11 May 2008 00:10:04 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16125@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay, I think I got it working.&#60;/p&#62;
&#60;p&#62;I was able to fix the redirection issue by modifying the get_user_profile_link() function in the template-functions.php. I added the following line towards the end of the function, right before the last line of code in the function:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$r = str_replace(&#38;#39;forums/profile/&#38;#39; . $user-&#38;gt;$column , &#38;quot;profile/&#38;quot; . $user-&#38;gt;$column, $r);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This is the full code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function get_user_profile_link( $id = 0, $page = 1 ) {
	$user = bb_get_user( bb_get_user_id( $id ) );
	$rewrite = bb_get_option( &#38;#39;mod_rewrite&#38;#39; );
	if ( $rewrite ) {
		if ( $rewrite === &#38;#39;slugs&#38;#39; ) {
			$column = &#38;#39;user_nicename&#38;#39;;
		} else {
			$column = &#38;#39;ID&#38;#39;;
		}
		$r = bb_get_option(&#38;#39;uri&#38;#39;) . &#38;quot;profile/&#38;quot; . $user-&#38;gt;$column . ( 1 &#38;lt; $page ? &#38;quot;/page/$page&#38;quot; : &#38;#39;&#38;#39; );
	} else {
		$r = bb_get_option(&#38;#39;uri&#38;#39;) . &#38;quot;profile.php?id=$user-&#38;gt;ID&#38;quot; . ( 1 &#38;lt; $page ? &#38;quot;&#38;#38;page=$page&#38;quot; : &#38;#39;&#38;#39; );
	}

	$r = str_replace(&#38;#39;forums/profile/&#38;#39; . $user-&#38;gt;$column , &#38;quot;profile/&#38;quot; . $user-&#38;gt;$column, $r);

	return apply_filters( &#38;#39;get_user_profile_link&#38;#39;, $r, $user-&#38;gt;ID );
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I noticed that if you did not install bbPress with Wordpress cookie integration, then this hack will cause bbPress to always think you are logged out. I think it has something with it not being able to retrieve the cookie because of the path change. &#60;/p&#62;
&#60;p&#62;However, if you have Wordpress cookie integration enabled, then everything seems to work. Not exactly sure why. But I think it must be something to with the path that's being set in the cookie.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "How do I get wp_redirect + mod_rewrite to behave?"</title>
<link>http://bbpress.org/forums/topic/how-do-i-get-wp_redirect-mod_rewrite-to-behave#post-16098</link>
<pubDate>Fri, 09 May 2008 18:04:07 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16098@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mod_rewrite and wp_redirect don't seem to like each other. I'm running into problems with the wp_redirect functions in bbPress redirecting the page after the URL has been rewritten, so that the URL changes back to the longer form.&#60;/p&#62;
&#60;p&#62;For example, this mod_rewrite rule:&#60;/p&#62;
&#60;p&#62;RewriteRule ^profile/username forums/profile/username [L]&#60;/p&#62;
&#60;p&#62;will rewrite:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/profile/username&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/profile/username&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums/profile/username&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums/profile/username&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Except, that after its been rewritten, bbPress forces a redirection via wp_redirect, causing the URL in the browser window to change to the longer form. Any suggestions?&#60;/p&#62;
&#60;p&#62;Commenting out lines 2061 and 2062 in the bbPress functions.php file will stop wp_redirect from redirecting the page.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ( $check != $uri &#38;#38;&#38;#38; $check != str_replace(urlencode($_original_id), $_original_id, $uri) ) {
			//wp_redirect( $permalink );
			//exit;
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But this breaks authentication, and causes bbPress to think you are not logged in, even if you are.
&#60;/p&#62;</description>
</item>
<item>
<title>bryan868 on "Dropping "MultiViews" support?"</title>
<link>http://bbpress.org/forums/topic/dropping-multiviews-support#post-16070</link>
<pubDate>Thu, 08 May 2008 21:52:50 +0000</pubDate>
<dc:creator>bryan868</dc:creator>
<guid isPermaLink="false">16070@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Definitely drop MultiViews
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "How to shorten a profile link?"</title>
<link>http://bbpress.org/forums/topic/how-to-shorten-a-profile-link#post-16062</link>
<pubDate>Thu, 08 May 2008 18:19:28 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16062@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I've tried mod_rewrite, but running into problems with the wp_redirect functions in bbPress redirecting the page after the URL has been rewritten, so that the URL changes back to the longer form.&#60;/p&#62;
&#60;p&#62;For example, this mod_rewrite rule:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;RewriteRule ^profile/username forums/profile/username [L]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;will rewrite:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/profile/username&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/profile/username&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums/profile/username&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums/profile/username&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Except, that after its been rewritten, bbPress forces a redirection, causing the URL in the browser window to change to the longer form.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "How to shorten a profile link?"</title>
<link>http://bbpress.org/forums/topic/how-to-shorten-a-profile-link#post-16055</link>
<pubDate>Thu, 08 May 2008 18:11:57 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">16055@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;mod_rewrite will let you do that if you figure out the correct rule&#60;/p&#62;
&#60;p&#62;however you won't be able to get it shorter than profile/username because just /username could be another page.
&#60;/p&#62;</description>
</item>
<item>
<title>mrhoratio on "How to shorten a profile link?"</title>
<link>http://bbpress.org/forums/topic/how-to-shorten-a-profile-link#post-16054</link>
<pubDate>Thu, 08 May 2008 18:04:28 +0000</pubDate>
<dc:creator>mrhoratio</dc:creator>
<guid isPermaLink="false">16054@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is it possible to shorten a profile link such as:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/forums/profile/username&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/forums/profile/username&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/profile/username&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/profile/username&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;or to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://www.example.com/username&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/username&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;or to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://my.example.com/username&#34; rel=&#34;nofollow&#34;&#62;http://my.example.com/username&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;or to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;a href=&#34;http://username.example.com&#34; rel=&#34;nofollow&#34;&#62;http://username.example.com&#60;/a&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Thanks in advance.
&#60;/p&#62;</description>
</item>
<item>
<title>hmcnally on "Dropping "MultiViews" support?"</title>
<link>http://bbpress.org/forums/topic/dropping-multiviews-support#post-16050</link>
<pubDate>Thu, 08 May 2008 15:46:53 +0000</pubDate>
<dc:creator>hmcnally</dc:creator>
<guid isPermaLink="false">16050@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;For those using a 1and1.com hosting package, try adding..&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Options -MultiViews&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to the top of the .htaccess file, and append the mod_rewrite stuff after it.  I guess with their shared serving packages, the MultiViews just goes nutty (apparently it's enabled, though), and needs to be turned off before using mod_rewrite.  They actually document this behavior at &#60;a href=&#34;http://faq.1and1.com/dedicated_servers/managed_server/3.html&#34; rel=&#34;nofollow&#34;&#62;http://faq.1and1.com/dedicated_servers/managed_server/3.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I guess this means I'm in favor of dropping MultiViews, though not fervently.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
