<?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: pagination</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: pagination</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 22:09:10 +0000</pubDate>

<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem/page/2#post-20580</link>
<pubDate>Sun, 09 Nov 2008 17:53:29 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20580@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I use TextWrangler, from BareBones software - it's a free text editor that has a lot of the features of their pay-for text editor, BBEdit (it replaced BBEdit Lite).   To the best of my knowledge it's not supposed to do something like that (pasting whitespace) and I haven't had trouble in the past, but you never know - it could have been something in the process of copying it from my browser window after running rewrite-rules.php and then pasting it into TextWrangler that added some whitespace....&#60;/p&#62;
&#60;p&#62;I'll definitely keep that in mind next time I'm copying and pasting anything.......&#60;/p&#62;
&#60;p&#62;And you're welcome for the donation - as mentioned it was very well deserved!  I'm self-employed and have a tiny budget, but I always try to reward plugin and theme developers, especially when they are so nice about providing support that goes way above and beyond the norm as you have :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem/page/2#post-20566</link>
<pubDate>Sun, 09 Nov 2008 06:48:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20566@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It is possible whatever editor you were using was inserting some whitespace when you pasted the entire thing before one of the lines. What editor were you using?&#60;/p&#62;
&#60;p&#62;ps. thank you very much for the donation!
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem/page/2#post-20562</link>
<pubDate>Sat, 08 Nov 2008 22:00:24 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20562@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well I am THRILLED to report that it finally ALL works as it should!&#60;/p&#62;
&#60;p&#62;The odd part is that I never found any errors when I added the RewriteRule lines back in one by one - it was time consuming but worth it in the end (seems strange that copying &#38;#38; pasting the whole block in at once triggered the 500 error, but doing them one by one did not, but oh well - sometimes it's just better to not question things too deeply)....&#60;/p&#62;
&#60;p&#62;I even added in the three lines needed for the plugin and had no trouble, so now the page numbers are working perfectly on the front page.&#60;/p&#62;
&#60;p&#62;I can't thank you enough for all your patience and perseverance with this problem....I just sent you a well-deserved donation via your link on the showcase.......if I were ever going to have kids I'd seriously consider naming my firstborn _ck_   :)
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem/page/2#post-20561</link>
<pubDate>Sat, 08 Nov 2008 21:12:14 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20561@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok - thanks!   I understand you need to leave - no worries (i know we all have day jobs :) )&#60;/p&#62;
&#60;p&#62;I did add back in the remaining RewriteRule lines, but that triggered the 500 error.  I'll try adding them one by one until I hit the error, and post back which line it is.....
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem/page/2#post-20560</link>
<pubDate>Sat, 08 Nov 2008 20:52:56 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20560@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have to leave for the rest of the day but essentially if you are able to add the rest of the rules without an error 500, then go back into &#60;code&#62;bb-config.php&#60;/code&#62; and put back the line for slugs.&#60;/p&#62;
&#60;p&#62;Then the forum should start using slugs.&#60;/p&#62;
&#60;p&#62;To finish up after it's all working, go find those three extra rewriterule lines I posted much earlier and add those to the list and then you should be 100% done.&#60;/p&#62;
&#60;p&#62;After those extra three lines are in, remember to test the front-page pagination which is what started this entire exercise in the first place, and hopefully they will be error free.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem/page/2#post-20559</link>
<pubDate>Sat, 08 Nov 2008 20:48:50 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20559@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think we solved it then.&#60;br /&#62;
Try adding the rest of the rules.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /Forum/topic.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /Forum/topic.php?id=$1 [L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /Forum/tags.php?tag=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /Forum/tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /Forum/tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /Forum/profile.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /Forum/profile.php?id=$1&#38;#38;tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /Forum/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /Forum/profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /Forum/profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /Forum/view.php?view=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /Forum/view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /Forum/rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /Forum/rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /Forum/rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /Forum/rss.php?forum=$1&#38;#38;topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /Forum/rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /Forum/rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /Forum/rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /Forum/rss.php?view=$1 [L,QSA]&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem/page/2#post-20558</link>
<pubDate>Sat, 08 Nov 2008 20:41:42 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20558@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay - so far so good - added the Options +FollowSymLinks after the -Multiviews and added the two lines to RewriteRule - no 500 error yet :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20557</link>
<pubDate>Sat, 08 Nov 2008 20:14:25 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20557@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh I just thought of another possible problem.&#60;br /&#62;
Try also adding&#60;br /&#62;
&#60;code&#62;Options +FollowSymLinks&#60;/code&#62;&#60;br /&#62;
after the&#60;br /&#62;
&#60;code&#62;Options -MultiViews&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That might be the entire 500 error issue.&#60;br /&#62;
Some servers require it for mod_rewrite to work properly.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20556</link>
<pubDate>Sat, 08 Nov 2008 20:10:26 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20556@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay now trying adding the first two forum lines the &#60;code&#62;/Forum/&#60;/code&#62; .htaccess&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Options -MultiViews
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /Forum/
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /Forum/forum.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /Forum/forum.php?id=$1 [L,QSA]
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20555</link>
<pubDate>Sat, 08 Nov 2008 20:03:08 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20555@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok.....here is what I have in my (root) WP install folder:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Options -MultiViews
RewriteEngine On
RewriteCond %{http_host} ^travel-writers-exchange.com
RewriteRule ^(.*) &#60;a href=&#34;http://www.travel-writers-exchange.com/$1&#34; rel=&#34;nofollow&#34;&#62;http://www.travel-writers-exchange.com/$1&#60;/a&#62; [R=301,L]
# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/Forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;
# END WordPress&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I also modified my .htaccess file in /Forum as follows:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Options -MultiViews
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /Forum/
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;No 500 Server error - Yaay!  this is progress....slugs are still disabled.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20554</link>
<pubDate>Sat, 08 Nov 2008 19:52:57 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20554@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah okay. Well the &#34;slugs&#34; part will be the last part after the .htaccess is working to finally get slugs.&#60;/p&#62;
&#60;p&#62;We should probably approach this in baby steps to see what triggers it.&#60;/p&#62;
&#60;p&#62;That &#34;Multiple Choices&#34; error is not good.&#60;br /&#62;
It means MultiViews is still ON for some reason when it should not be. Maybe you did the MultiViews turn off incorrectly?&#60;/p&#62;
&#60;p&#62;Right now I assume the webroot has a &#60;code&#62;.htaccess&#60;/code&#62; with &#60;code&#62;Options -MultiViews&#60;/code&#62; at the top, then the rest of what you listed above for WordPress. Like so:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Options -MultiViews

RewriteEngine On
RewriteCond %{http_host} ^travel-writers-exchange.com
RewriteRule ^(.*) &#60;a href=&#34;http://www.travel-writers-exchange.com/$1&#34; rel=&#34;nofollow&#34;&#62;http://www.travel-writers-exchange.com/$1&#60;/a&#62; [R=301,L]
# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/Forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;
# END WordPress&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Now in &#60;code&#62;/Forums/&#60;/code&#62; I want you to make a reduced .htaccess file like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Options -MultiViews

&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /Forum/
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Make that minimal amount and see if it that still functions without a 500 error. (keep the slugs disabled for now)
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20553</link>
<pubDate>Sat, 08 Nov 2008 19:05:50 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20553@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry for the delay in responding - for some odd reason my primary (desktop) computer logged me out of this forum and would not let me log back in....tried many times making certain I was typing my username/password correctly.......so I had to go boot up my laptop...&#60;/p&#62;
&#60;p&#62;Anyway, to answer your question, no - I read all the instructions on pretty permalinks and did not see that - I thought I read most of the posts on the issue but must have missed that.  In any case it did not work for me....&#60;/p&#62;
&#60;p&#62;I put &#60;code&#62;$bb-&#38;gt;mod_rewrite = &#38;quot;slugs&#38;quot;;&#60;/code&#62; into my bb-config.php and uploaded - this of course changed my default permalinks to the name-based ones (great) but when I click on the links, I get this error message:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Multiple Choices

The document name you requested (/Forum/topic/article-titles) could not be found on this server. However, we found documents with names similar to the one you requested.
Available documents:

/Forum/topic.php/article-titles (common basename)
Please consider informing the owner of the referring page about the broken link.&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And of course if I have the .htaccess file uploaded, I still get the 500 Server error
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20551</link>
<pubDate>Sat, 08 Nov 2008 17:02:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20551@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I doubt your host's techs will help you with something so specific other than telling you to disable multiviews.&#60;/p&#62;
&#60;p&#62;Apparently others here who use 1and1 solved it so you probably can too.&#60;/p&#62;
&#60;p&#62;By the way, you are adding&#60;br /&#62;
&#60;code&#62;$bb-&#38;gt;mod_rewrite = &#38;quot;slugs&#38;quot;;&#60;/code&#62;&#60;br /&#62;
to the bb-config.php correct?
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20550</link>
<pubDate>Sat, 08 Nov 2008 17:01:37 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20550@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sorry!  I guess I should have mentioned 1&#38;#38;1 - didn't realize that they might be part of the problem.......I'll try calling their Tech Support to see if they can help, however, I've been with them for around 5 years with a lot of domains, and while I'm happy with their hosting packages, their Tech Support is lousy.  They used to be very good, but since they moved it to India I've had a very poor experience with them - very rarely do I get anyone who knows anything about computers, let alone how to actually fix a problem.....and something advanced like server configuration?  I'm not holding my breath.....
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20545</link>
<pubDate>Sat, 08 Nov 2008 06:43:34 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20545@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Oh! I just realized your IP is on 1and1 (1&#38;#38;1).&#60;br /&#62;
There were reported problems with them.&#60;br /&#62;
I'll have to research.&#60;/p&#62;
&#60;p&#62;You can try also putting &#60;code&#62;Options -MultiViews&#60;/code&#62; at the top of the .htaccess in the /Forum/ directory too. Note it goes above and before the first &#60;code&#62;&#38;lt;if&#60;/code&#62;  (first line)
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20539</link>
<pubDate>Fri, 07 Nov 2008 21:59:45 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20539@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sigh.....still no luck......I put that as the first line of my Root .htaccess, then copied the /Forum htaccess file over to /Forum, still getting 500 error........&#60;/p&#62;
&#60;p&#62;I do appreciate your time and efforts - maybe when you wake up the morning a new idea will be dancing around in your head...... :)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20538</link>
<pubDate>Fri, 07 Nov 2008 21:04:50 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20538@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;There is a chance your host has multiviews already turned on by default so let's make sure it gets turned off.&#60;/p&#62;
&#60;p&#62;At the start of the root .htaccess try putting&#60;br /&#62;
&#60;code&#62;Options -MultiViews&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Other than that, I'm out of ideas for today and will have to &#34;sleep on it&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20537</link>
<pubDate>Fri, 07 Nov 2008 20:55:59 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20537@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No luck :(   Here is my root .htacces:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;RewriteEngine On
RewriteCond %{http_host} ^travel-writers-exchange.com
RewriteRule ^(.*) &#60;a href=&#34;http://www.travel-writers-exchange.com/$1&#34; rel=&#34;nofollow&#34;&#62;http://www.travel-writers-exchange.com/$1&#60;/a&#62; [R=301,L]
# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/Forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;
# END WordPress&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Root (WP install) works fine, but when I put the .htaccess file in /Forum  then I still get the 500 error....&#60;/p&#62;
&#60;p&#62;I have to run out but will be back in about 1/2 hour.....
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20536</link>
<pubDate>Fri, 07 Nov 2008 20:47:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20536@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;By the way, once we do get this working, you'll need to add these three rules to the .htaccess in &#60;code&#62;/Forum/&#60;/code&#62; because bbPress's rule generator is not complete (and for my plugin to work)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;RewriteRule ^topic/?$ /Forum/ [R=302,L,QSA]
RewriteRule ^forum/?$ /Forum/ [R=302,L,QSA]
RewriteRule ^page/([0-9]+)/?$ /Forum/?page=$1 [L,QSA]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(put them just before &#60;code&#62;&#38;lt;/IfModule&#38;gt;&#60;/code&#62;)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20535</link>
<pubDate>Fri, 07 Nov 2008 20:39:38 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20535@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Try replacing that new line as:&#60;br /&#62;
`RewriteCond %{REQUEST_URI} !^/Forum/&#60;br /&#62;
(note the entire line has changed)
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20534</link>
<pubDate>Fri, 07 Nov 2008 20:36:34 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20534@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I really wish I could say that this worked, but sadly it did not.  &#60;/p&#62;
&#60;p&#62;I made the changes to my .htaccess file in the root, and the root site still worked (which is good), then added back in the .htaccess file to my /Forum folder, but still got the 500 error.  Even when removing all but the /Forum in the line added above in the root .htaccess.&#60;/p&#62;
&#60;p&#62;I'll try anything you care to suggest though, so don't give up and I won't!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20533</link>
<pubDate>Fri, 07 Nov 2008 20:22:39 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20533@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;(removed)
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20532</link>
<pubDate>Fri, 07 Nov 2008 20:16:49 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20532@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ah I forgot it's wordpress integrated - that's your whole problem with 500 error. I have to lookup the workaround.
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20531</link>
<pubDate>Fri, 07 Nov 2008 20:07:54 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20531@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Okay lets see if this sheds any light:&#60;/p&#62;
&#60;p&#62;here is the htaccess file from my root:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;RewriteEngine On
RewriteCond %{http_host} ^travel-writers-exchange.com
RewriteRule ^(.*) &#60;a href=&#34;http://www.travel-writers-exchange.com/$1&#34; rel=&#34;nofollow&#34;&#62;http://www.travel-writers-exchange.com/$1&#60;/a&#62; [R=301,L]
# BEGIN WordPress
&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
&#38;lt;/IfModule&#38;gt;
# END WordPress&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here is the htaccess I would put in my /Forum directory, if it didn't trigger the 500 error :D&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;
RewriteEngine On
RewriteBase /Forum/
RewriteRule ^forum/([^/]+)/page/([0-9]+)/?$ /Forum/forum.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^forum/([^/]+)/?$ /Forum/forum.php?id=$1 [L,QSA]
RewriteRule ^topic/([^/]+)/page/([0-9]+)/?$ /Forum/topic.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^topic/([^/]+)/?$ /Forum/topic.php?id=$1 [L,QSA]
RewriteRule ^tags/([^/]+)/page/([0-9]+)/?$ /Forum/tags.php?tag=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^tags/([^/]+)/?$ /Forum/tags.php?tag=$1 [L,QSA]
RewriteRule ^tags/?$ /Forum/tags.php [L,QSA]
RewriteRule ^profile/([^/]+)/page/([0-9]+)/?$ /Forum/profile.php?id=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/?$ /Forum/profile.php?id=$1&#38;#38;tab=$2 [L,QSA]
RewriteRule ^profile/([^/]+)/([^/]+)/page/([0-9]+)/?$ /Forum/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]
RewriteRule ^profile/([^/]+)/?$ /Forum/profile.php?id=$1 [L,QSA]
RewriteRule ^profile/?$ /Forum/profile.php [L,QSA]
RewriteRule ^view/([^/]+)/page/([0-9]+)/?$ /Forum/view.php?view=$1&#38;#38;page=$2 [L,QSA]
RewriteRule ^view/([^/]+)/?$ /Forum/view.php?view=$1 [L,QSA]
RewriteRule ^rss/?$ /Forum/rss.php [L,QSA]
RewriteRule ^rss/topics/?$ /Forum/rss.php?topics=1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/?$ /Forum/rss.php?forum=$1 [L,QSA]
RewriteRule ^rss/forum/([^/]+)/topics/?$ /Forum/rss.php?forum=$1&#38;#38;topics=1 [L,QSA]
RewriteRule ^rss/topic/([^/]+)/?$ /Forum/rss.php?topic=$1 [L,QSA]
RewriteRule ^rss/tags/([^/]+)/?$ /Forum/rss.php?tag=$1 [L,QSA]
RewriteRule ^rss/profile/([^/]+)/?$ /Forum/rss.php?profile=$1 [L,QSA]
RewriteRule ^rss/view/([^/]+)/?$ /Forum/rss.php?view=$1 [L,QSA]
&#38;lt;/IfModule&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've verified that there are no errant spaces or line breaks......it doesn't look to me like there are syntax errors or conflicts, but I'm no expert......
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20529</link>
<pubDate>Fri, 07 Nov 2008 19:55:49 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20529@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well the logic is that her webroot works, it's just the forums that 500 when the rewrite rules are present in the lower directory.. To me that's a rule conflict that apache can't resolve.&#60;/p&#62;
&#60;p&#62;ps. all my post editing right now reminds me of another plugin I need to make - &#34;look behind&#34; when editing. Of course if ajax editing was put back in, we wouldn't need that.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20528</link>
<pubDate>Fri, 07 Nov 2008 19:53:25 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20528@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;With a 500 error, I figured it would be a pretty blatant syntax error (or it's a directive that's not allowed, but if it works on the host in a different directory, I figured it would not be an allowed directive problem).  Can't verify that it will work, but I think it can tell you if it will error out.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20527</link>
<pubDate>Fri, 07 Nov 2008 19:49:58 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20527@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well it might validate but there still might be a conflict.&#60;br /&#62;
Has to be examined by hand.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20526</link>
<pubDate>Fri, 07 Nov 2008 19:48:05 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20526@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You have a couple different problems.  I have no idea if fixing the permalinks will fix the page numbers.&#60;/p&#62;
&#60;p&#62;If you have an .htaccess in the Forums directory and there is a 500 error, then there was a problem with that file.  You can verify the syntax of an .htaccess file here.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://shop.alterlinks.com/htaccess-validator/htaccess-validator.php&#34; rel=&#34;nofollow&#34;&#62;http://shop.alterlinks.com/htaccess-validator/htaccess-validator.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20525</link>
<pubDate>Fri, 07 Nov 2008 19:45:45 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">20525@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It will indirectly fix the problem with page numbers.&#60;br /&#62;
Doesn't actually fix the bbPress internal issue but avoids it instead. I still don't understand why I can't reproduce the error on my installs.&#60;/p&#62;
&#60;p&#62;You are probably getting an internal server error because of a conflict with a rule in the root htaccess. Make sure you don't still have the old rewrite rules in the root one. You can also post that root htaccess here for me to look at. Be sure to put it between code backticks.
&#60;/p&#62;</description>
</item>
<item>
<title>TrishaM on "Topics Per Page plugin - new problem"</title>
<link>http://bbpress.org/forums/topic/topics-per-page-plugin-new-problem#post-20523</link>
<pubDate>Fri, 07 Nov 2008 19:41:32 +0000</pubDate>
<dc:creator>TrishaM</dc:creator>
<guid isPermaLink="false">20523@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;That's probably the problem - maybe I misinterpreted the instructions, as I WAS adding those rules to the .htaccess file in my root directory, not in the /Forum directory.&#60;/p&#62;
&#60;p&#62;However, I just tried adding an .htacces file to my /Forum directory, and pasted the rules into that, but that gave me a 500 Internal server error, so I deleted that file again.....&#60;/p&#62;
&#60;p&#62;There must be something I'm missing still........if I could get the pretty permalinks working, would that fix my problem with the page numbers?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
