<?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: Permalinks</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Permalinks</description>
<language>en</language>
<pubDate>Sat, 30 Aug 2008 14:34:46 +0000</pubDate>

<item>
<title>itissue on "Permalinks"</title>
<link>http://bbpress.org/forums/topic/permalinks-1#post-13095</link>
<pubDate>Thu, 10 Jan 2008 23:16:18 +0000</pubDate>
<dc:creator>itissue</dc:creator>
<guid isPermaLink="false">13095@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm using the private messaging plugin but now I have to add code to my .htaccess page. I'm stumped as to what to write because I don't understand .htaccess. Could anyone translate this for me?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tapestry.suefeng.com/message?id=1&#34; rel=&#34;nofollow&#34;&#62;http://tapestry.suefeng.com/message?id=1&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://tapestry.suefeng.com/pm.php?new=1&#34; rel=&#34;nofollow&#34;&#62;http://tapestry.suefeng.com/pm.php?new=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The first link's number changes for different messages. For example, the first message will have /message?id=1 and the second one will have /message?id=2.&#60;/p&#62;
&#60;p&#62;The second link actually works fine...i guess it doesn't  need to be fixed but it'd be great if it could look differently.&#60;/p&#62;
&#60;p&#62;Thanks for your time,&#60;br /&#62;
Sue
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Permalinks"</title>
<link>http://bbpress.org/forums/topic/permalinks-1#post-5714</link>
<pubDate>Thu, 22 Mar 2007 06:24:16 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5714@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The above text should all be saved as a file called .htaccess in your forum root.&#60;/p&#62;
&#60;p&#62;In the above example, the subfolder name is &#34;forum&#34; - you will need to edit that text is your bbPress install is in another location.  Here for example it's in a subfolder called &#34;forums&#34;.    Change &#34;forum&#34; to your folder name and you should be good to go.&#60;/p&#62;
&#60;p&#62;Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Permalinks"</title>
<link>http://bbpress.org/forums/topic/permalinks-1#post-5713</link>
<pubDate>Thu, 22 Mar 2007 06:22:47 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">5713@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;&#38;lt;ifmodule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /forum/&#60;br /&#62;
RewriteRule ^forum/([0-9]+)/page/([0-9]+)$ /forum/forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^forum/([0-9]+)$ /forum/forum.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([0-9]+)/page/([0-9]+)$ /forum/topic.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/([0-9]+)$ /forum/topic.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/(.+)/page/([0-9]+)$ /forum/tags.php?tag=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/(.+)/?$ /forum/tags.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/?$ /forum/tags.php [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([0-9]+)/page/([0-9]+)$ /forum/profile.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([0-9]+)/([a-z]+)$ /forum/profile.php?id=$1&#38;#38;tab=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([0-9]+)/([a-z]+)/page/([0-9]+)$ /forum/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/([0-9]+)$ /forum/profile.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /forum/view.php?view=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([a-z-]+)$ /forum/view.php?view=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/$ /forum/rss.php [L,QSA]&#60;br /&#62;
RewriteRule ^rss/forum/([0-9]+)$ /forum/rss.php?forum=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/topic/([0-9]+)$ /forum/rss.php?topic=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/tags/([a-z]+)$ /forum/rss.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/profile/([0-9]+)$ /forum/rss.php?profile=$1 [L,QSA]&#60;br /&#62;
&#38;lt;/ifmodule&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>Daniel8802 on "Permalinks"</title>
<link>http://bbpress.org/forums/topic/permalinks-1#post-5712</link>
<pubDate>Thu, 22 Mar 2007 05:08:40 +0000</pubDate>
<dc:creator>Daniel8802</dc:creator>
<guid isPermaLink="false">5712@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi guys - &#60;/p&#62;
&#60;p&#62;What is the section of code that I need to past into my .htaccess if my webserver cannot support +multiviews?  I tried saving the whole file as .htaccess, but it didn't work.  Any ideas would be great, thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
