<?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: browse forum</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress Support Forums Tag: browse forum</description>
<language>en</language>
<pubDate>Thu, 08 Jan 2009 23:40:11 +0000</pubDate>

<item>
<title>tdh on "Next page not working"</title>
<link>http://bbpress.org/forums/topic/next-page-not-working#post-12507</link>
<pubDate>Sun, 09 Dec 2007 12:38:36 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">12507@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's what I did, when using the generated bbPress htaccess code it works, but not with MultiViews.&#60;/p&#62;
&#60;p&#62;Thing is, everything worked just fine with MultiViews, except that Next link.&#60;/p&#62;
&#60;p&#62;Ah well, resolved now. Thanks for the help guys!
&#60;/p&#62;</description>
</item>
<item>
<title>livibetter on "Next page not working"</title>
<link>http://bbpress.org/forums/topic/next-page-not-working#post-12496</link>
<pubDate>Sat, 08 Dec 2007 16:59:59 +0000</pubDate>
<dc:creator>livibetter</dc:creator>
<guid isPermaLink="false">12496@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;About &#60;code&#62;MultiViews&#60;/code&#62;, I recently re-read &#60;a href=&#34;http://bbpress.org/documentation/faq/&#34;&#62;FAQ&#60;/a&#62;. There is a note for not working MultiViews.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
3. Try it out. If it doesn’t work, your web server does not support MultiViews. Instead, you’ll need to remove that line from your .htaccess file and replace it with the several lines bbPress generates for you when you browse to your bbPress installation’s /bb-admin/rewrite-rules.php.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Maybe you can try it and let us know if that works?
&#60;/p&#62;</description>
</item>
<item>
<title>tdh on "Next page not working"</title>
<link>http://bbpress.org/forums/topic/next-page-not-working#post-12493</link>
<pubDate>Sat, 08 Dec 2007 10:03:47 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">12493@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for your input, I've resolved it!&#60;/p&#62;
&#60;p&#62;It was a mod_rewrite problem. After disabling it everything worked fine, so I took the long road and went and generated a htaccess file, instead of the one using MultiViews etc. That did the trick.&#60;/p&#62;
&#60;p&#62;Weird though, why shouldn't MultiViews work with pagination, when it works with everything else?&#60;/p&#62;
&#60;p&#62;Ah well, it's A-OK now, so thanks for the help! :)
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Next page not working"</title>
<link>http://bbpress.org/forums/topic/next-page-not-working#post-12479</link>
<pubDate>Fri, 07 Dec 2007 21:23:06 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12479@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It certainly LOOKS like a rewrite problem.  When you click a link that looks like &#60;a href=&#34;http://pakten.se/forum/forum/testa-loss/page/2,&#34; rel=&#34;nofollow&#34;&#62;http://pakten.se/forum/forum/testa-loss/page/2,&#60;/a&#62; you are redirected to &#60;a href=&#34;http://pakten.se/forum/forum/testa-loss.&#34; rel=&#34;nofollow&#34;&#62;http://pakten.se/forum/forum/testa-loss.&#60;/a&#62;  That to me says it's a rewrite problem, maybe only when the url contains &#34;page&#34; or something.&#60;/p&#62;
&#60;p&#62;You can try it with mod_rewrite set to false and see if it works properly.  If it does, then it's an issue with the rewrite rules.  You could also check the apache logs (if you have access to them) to see how the rewriting is happening and why it's doing this.  It doesn't result in a 404, it just redirects someplace that's incorrect.  I think that's because of the rewrite rules.  I would try it with mod_rewrite to false and see what happens.&#60;/p&#62;
&#60;p&#62;Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>tdh on "Next page not working"</title>
<link>http://bbpress.org/forums/topic/next-page-not-working#post-12470</link>
<pubDate>Fri, 07 Dec 2007 16:06:53 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">12470@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I managed to duplicate the problem on my own project. Take a look, Next link (Nästa in Swedish, way down) doesn't work. :(&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pakten.se/forum/&#34; rel=&#34;nofollow&#34;&#62;http://pakten.se/forum/&#60;/a&#62;&#60;br /&#62;
and&#60;br /&#62;
&#60;a href=&#34;http://pakten.se/forum/forum/testa-loss&#34; rel=&#34;nofollow&#34;&#62;http://pakten.se/forum/forum/testa-loss&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The forum is installed in /forum. There's a WordPress MU installation in the root directory, with working permalinks.
&#60;/p&#62;</description>
</item>
<item>
<title>tdh on "Next page not working"</title>
<link>http://bbpress.org/forums/topic/next-page-not-working#post-12461</link>
<pubDate>Thu, 06 Dec 2007 22:23:52 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">12461@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Actually, no, I can't share, it's a closed forum for a client's editorial staff. I might get them to move another domain to the server so that I can set it up and replicate the problem there, though?&#60;/p&#62;
&#60;p&#62;And yes, they are working perfectly fine besides this. I was a bit surprised that they were, actually, since there's a WordPress MU install on the same domain, but they're playing nicely, and permalinks worked right away using the standard instructions, didn't do anything fancy at all.&#60;/p&#62;
&#60;p&#62;(Forum was installed after WPMU if that helps.)&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Next page not working"</title>
<link>http://bbpress.org/forums/topic/next-page-not-working#post-12458</link>
<pubDate>Thu, 06 Dec 2007 20:43:18 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">12458@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Can you share the URL?  It sure sounds like a permalinks problem, but you say those are working fine.
&#60;/p&#62;</description>
</item>
<item>
<title>tdh on "Next page not working"</title>
<link>http://bbpress.org/forums/topic/next-page-not-working#post-12454</link>
<pubDate>Thu, 06 Dec 2007 16:09:58 +0000</pubDate>
<dc:creator>tdh</dc:creator>
<guid isPermaLink="false">12454@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi all. I tried searching for this but couldn't find anything. If this have been resolved, please link me. Thanks.&#60;/p&#62;
&#60;p&#62;I've got a navigation problem. The Next link doesn't work. I've got permalinks working, so it wants to send me to /forum/forumnam/page/2/ but all I get is a reload of the same page.&#60;/p&#62;
&#60;p&#62;Any ideas what might be causing this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
