<?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: Can't get permalinks working</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Topic: Can't get permalinks working</description>
<language>en</language>
<pubDate>Sun, 07 Sep 2008 19:00:03 +0000</pubDate>

<item>
<title>pwdrskier4 on "Can't get permalinks working"</title>
<link>http://bbpress.org/forums/topic/cant-get-permalinks-working#post-11412</link>
<pubDate>Fri, 12 Oct 2007 23:06:25 +0000</pubDate>
<dc:creator>pwdrskier4</dc:creator>
<guid isPermaLink="false">11412@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you ever get this to work, I am having the same issue, and GoDaddy is my host as well.
&#60;/p&#62;</description>
</item>
<item>
<title>Trent on "Can't get permalinks working"</title>
<link>http://bbpress.org/forums/topic/cant-get-permalinks-working#post-10147</link>
<pubDate>Mon, 13 Aug 2007 04:56:57 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">10147@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I could never get it to work myself (which 2 hosts have done to me) without just having the following in the .htaccess file:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Options +MultiViews&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That doesn't work for you?&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Ultima7 on "Can't get permalinks working"</title>
<link>http://bbpress.org/forums/topic/cant-get-permalinks-working#post-10146</link>
<pubDate>Mon, 13 Aug 2007 04:30:06 +0000</pubDate>
<dc:creator>Ultima7</dc:creator>
<guid isPermaLink="false">10146@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;My .htaccess located in /forums/ had a permission of 644.&#60;/p&#62;
&#60;p&#62;I didn't delete the htaccess, just disabled permalink.. so I still have the contents of the file (I pulled it directly from bbpress rewrite php file):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /forums/
RewriteRule ^forum/(.+)/page/([0-9]+)$ /forums/forum.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^forum/(.+)/?$ /forums/forum.php?id=$1 [L,QSA]
RewriteRule ^topic/(.+)/page/([0-9]+)$ /forums/topic.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^topic/(.+)/?$ /forums/topic.php?id=$1 [L,QSA]
RewriteRule ^tags/(.+)/page/([0-9]+)$ /forums/tags.php?tag=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^tags/(.+)/?$ /forums/tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /forums/tags.php [L,QSA]
RewriteRule ^profile/(.+)/page/([0-9]+)$ /forums/profile.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^profile/(.+)/([a-z-]+)$ /forums/profile.php?id=$1&#38;#38;tab=$2 [L,QSA]
RewriteRule ^profile/(.+)/([a-z-]+)/page/([0-9]+)$ /forums/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]
RewriteRule ^profile/(.+)/?$ /forums/profile.php?id=$1 [L,QSA]
RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /forums/view.php?view=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^view/([a-z-]+)$ /forums/view.php?view=$1 [L,QSA]
RewriteRule ^rss/$ /forums/rss.php [L,QSA]
RewriteRule ^rss/forum/([0-9]+)$ /forums/rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/topic/([0-9]+)$ /forums/rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([a-z-]+)$ /forums/rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([0-9]+)$ /forums/rss.php?profile=$1 [L,QSA]
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Trent on "Can't get permalinks working"</title>
<link>http://bbpress.org/forums/topic/cant-get-permalinks-working#post-10145</link>
<pubDate>Mon, 13 Aug 2007 04:08:38 +0000</pubDate>
<dc:creator>Trent</dc:creator>
<guid isPermaLink="false">10145@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you follow the &#60;a href=&#34;http://bbpress.org/documentation/faq/#pretty-permalinks&#34;&#62;instructions&#60;/a&#62; to the letter?   I know most people don't have the correct permissions on their .htaccess file in the bbPress folder or don't just put the 1 single line of code in for problems.&#60;/p&#62;
&#60;p&#62;Trent
&#60;/p&#62;</description>
</item>
<item>
<title>Ultima7 on "Can't get permalinks working"</title>
<link>http://bbpress.org/forums/topic/cant-get-permalinks-working#post-10128</link>
<pubDate>Sat, 11 Aug 2007 21:52:51 +0000</pubDate>
<dc:creator>Ultima7</dc:creator>
<guid isPermaLink="false">10128@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I noticed that bbpress doesn't make use of conditions while wordpress and gallery2 do. I'm kind of frustrated so I'm just going to disable permalinks for now, but I believe that if wordpress and gallery2 work then bbpress should be able to work too. I haven't figured out how, though; hopefully one of you can since this is a frustrating problem.
&#60;/p&#62;</description>
</item>
<item>
<title>Ultima7 on "Can't get permalinks working"</title>
<link>http://bbpress.org/forums/topic/cant-get-permalinks-working#post-10124</link>
<pubDate>Sat, 11 Aug 2007 15:41:08 +0000</pubDate>
<dc:creator>Ultima7</dc:creator>
<guid isPermaLink="false">10124@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have read the other threads on this forum, tried the suggestions there, and no matter what I do I can't seem to get permalinks working for bbPress. &#60;/p&#62;
&#60;p&#62;At first I had wordpress configured to run in the root of my site (while physically being in /wordpress/) and thought that might be messing up bbpress, which is in a subfolder, so I disabled that feature of wordpress and configured it to run from the same folder where it is installed.&#60;/p&#62;
&#60;p&#62;Even after doing this, I haven't been able to get permalinks to work. I have tried both option +multiviews and the output from the rewrite php file, both without success. The error I get is &#34;No input file specified.&#34; I am saving the .htaccess file in the root of my forums folder. My forum is installed at &#60;a href=&#34;http://www.u77.cc/forums/&#34; rel=&#34;nofollow&#34;&#62;http://www.u77.cc/forums/&#60;/a&#62; and I am hosted with goDaddy. Permalinks are working with my wordpress and gallery2 installs.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
</item>

</channel>
</rss>
