<?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: .htaccess</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: .htaccess</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:56:02 +0000</pubDate>

<item>
<title>chrishajer on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21218</link>
<pubDate>Tue, 02 Dec 2008 20:04:43 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">21218@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;If your server supports mod_rewrite and .htaccess, you can make pretty permalinks work (if they work for WordPress, they can work for bbPress).  You just need to follow the instructions.&#60;/p&#62;
&#60;p&#62;And if bbPress is in a sub-directory of WordPress (collectibles-talk), then you will have two .htaccess files, or possibly all the rules in the WordPress-level .htaccess.  The .htaccess you posted is the default WordPress one.  You need more rules for bbPress.&#60;/p&#62;
&#60;p&#62;Here is something about that:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/pretty-permalinks-not-working?replies=24#post-7743&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/pretty-permalinks-not-working?replies=24#post-7743&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>peuter on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21207</link>
<pubDate>Tue, 02 Dec 2008 18:13:34 +0000</pubDate>
<dc:creator>peuter</dc:creator>
<guid isPermaLink="false">21207@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, I thought that was the problem. The forum works now, but I have to turn off pretty urls or permalinks. I really wanted to use that though.
&#60;/p&#62;</description>
</item>
<item>
<title>peuter on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21206</link>
<pubDate>Tue, 02 Dec 2008 16:57:52 +0000</pubDate>
<dc:creator>peuter</dc:creator>
<guid isPermaLink="false">21206@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I JUST FOUND THE PROBLEM CHRIS....&#60;/p&#62;
&#60;p&#62;I forgot to fill out my config.php file, so BBpress used the one that WP is using. They are both using the same database. &#60;/p&#62;
&#60;p&#62;BBpress somehow found the info from WP's config.php file and used it. I remember BBpress telling me it didn't find the config.php file, and did I want it to fill one out for me. I clicked &#34;yes&#34; and it took the info from WP's config.php&#60;/p&#62;
&#60;p&#62;I noticed this in my &#60;a href=&#34;http://FTP.....there&#34; rel=&#34;nofollow&#34;&#62;FTP.....there&#60;/a&#62; is a config.php.sample (came with BBpress) and a config.php that BBpress generated.&#60;/p&#62;
&#60;p&#62;I need to start a new database and fill out manually a config.php to go with it.  Thanks for all your help Chris and I hope this helps others that may have done the same thing.
&#60;/p&#62;</description>
</item>
<item>
<title>peuter on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21205</link>
<pubDate>Tue, 02 Dec 2008 16:35:22 +0000</pubDate>
<dc:creator>peuter</dc:creator>
<guid isPermaLink="false">21205@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for trying to help on this Chris.  Here is what my htaccess file looks like at the moment:&#60;/p&#62;
&#60;p&#62;Options +MultiViews&#60;br /&#62;
# BEGIN WordPress&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-d&#60;br /&#62;
RewriteRule . /index.php [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;# END WordPress&#60;/p&#62;
&#60;p&#62;Keep in mind this is in my root directory. (so both WP and BBpress are both using it?) &#60;/p&#62;
&#60;p&#62;Am I supposed to have a seperate htaccess file in the bbpress directory too?  &#60;/p&#62;
&#60;p&#62;I got access to the code you sent me. Do I delete the above code and replace it with this code you sent?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21203</link>
<pubDate>Tue, 02 Dec 2008 16:20:45 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">21203@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like your host does not allow Options +MultiViews, or it conflicts with another .htaccess file, maybe the WordPress one?&#60;/p&#62;
&#60;p&#62;Can you remove that line from your .htaccess and try adding explicit rules by accessing this URL for your site, then pasting those results into your .htaccess?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://collectibleswow.com/collectibles-talk/bb-admin/rewrite-rules.php&#34; rel=&#34;nofollow&#34;&#62;http://collectibleswow.com/collectibles-talk/bb-admin/rewrite-rules.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(I think you need to be logged in as keymaster for that to work.)
&#60;/p&#62;</description>
</item>
<item>
<title>peuter on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21200</link>
<pubDate>Tue, 02 Dec 2008 15:43:54 +0000</pubDate>
<dc:creator>peuter</dc:creator>
<guid isPermaLink="false">21200@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I tried adding:   Options +MultiViews&#60;br /&#62;
to my htaccess file and now I get a &#34;Redirect Loop&#34; Firefox says.
&#60;/p&#62;</description>
</item>
<item>
<title>peuter on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21192</link>
<pubDate>Tue, 02 Dec 2008 05:49:14 +0000</pubDate>
<dc:creator>peuter</dc:creator>
<guid isPermaLink="false">21192@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I can get into the dashboard of BBpress, but when I click on &#34;Settings&#34; or any other link in the dashboard, it goes back to that &#34;not found&#34; page from WP.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21191</link>
<pubDate>Tue, 02 Dec 2008 04:04:21 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">21191@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like you have permalinks enabled but not configured.  You can turn off permalinks in your admin (set them to none) or you can configure your server:&#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;
&#60;p&#62;Try turning them to none first, to see if that truly is the problem.
&#60;/p&#62;</description>
</item>
<item>
<title>peuter on "Clicking on forum topics brings me to my main website"</title>
<link>http://bbpress.org/forums/topic/clicking-on-forum-headings-brings-me-to-my-main-website#post-21190</link>
<pubDate>Tue, 02 Dec 2008 03:38:17 +0000</pubDate>
<dc:creator>peuter</dc:creator>
<guid isPermaLink="false">21190@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have renamed bbpress's folder to something called &#34;collectibles-talk&#34;.   I have this folder in my root along with WP.  I do not have them integrated, they are separate, both using there own database.&#60;br /&#62;
When I click on any of the forum topics, say &#34;Please Introduce Yourself&#34;, it takes me back to my WP website, a 404 page.  Any ideas?  Here is my website's forum, so you can see what I am talking about:  &#60;a href=&#34;http://collectibleswow.com/collectibles-talk/&#34; rel=&#34;nofollow&#34;&#62;http://collectibleswow.com/collectibles-talk/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Click on a forum topic.&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>mzimmers on "after install, several broken links"</title>
<link>http://bbpress.org/forums/topic/after-install-several-broken-links#post-21183</link>
<pubDate>Mon, 01 Dec 2008 17:01:06 +0000</pubDate>
<dc:creator>mzimmers</dc:creator>
<guid isPermaLink="false">21183@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Great! All taken care of. Thanks...
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "after install, several broken links"</title>
<link>http://bbpress.org/forums/topic/after-install-several-broken-links#post-21174</link>
<pubDate>Mon, 01 Dec 2008 07:02:43 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">21174@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Looks like you have permalinks enabled but not configured.  You can turn off permalinks in your admin (set them to none) or you can configure your server:&#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>mzimmers on "after install, several broken links"</title>
<link>http://bbpress.org/forums/topic/after-install-several-broken-links#post-21170</link>
<pubDate>Mon, 01 Dec 2008 03:27:29 +0000</pubDate>
<dc:creator>mzimmers</dc:creator>
<guid isPermaLink="false">21170@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm putting this under installation because it's never been &#34;good&#34; on my install. Several of the links from my home page are broken. Did I do something wrong with the install? It looks like bbpress may be trying to use a string as a full pathname instead of a relative path; perhaps one too many &#34;/&#34; snuck in somewhere?&#60;/p&#62;
&#60;p&#62;Thanks...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.scopedin.com/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.scopedin.com/bbpress/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-21118</link>
<pubDate>Sat, 29 Nov 2008 09:53:35 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">21118@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You shouldn't need a RewriteCond in that case, the RewriteRule can work without it if it's simple enough.&#60;/p&#62;
&#60;p&#62;If you are using the .htaccess inside of the /forum/ directory though, the above examples need to be trimmed without the forum/ part.&#60;/p&#62;
&#60;p&#62;ie.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;RewriteRule ^forum/faq&#60;/code&#62;&#60;br /&#62;
should actually be&#60;br /&#62;
&#60;code&#62;RewriteRule ^faq&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Only leave the &#60;code&#62;forum/&#60;/code&#62; part in there if you are using the .htaccess in the parent (webroot) folder.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Feeling Dumb"</title>
<link>http://bbpress.org/forums/topic/feeling-dumb#post-21041</link>
<pubDate>Tue, 25 Nov 2008 19:30:51 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">21041@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yup, follow hostpanic or the instructions 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>hostpanic on "Feeling Dumb"</title>
<link>http://bbpress.org/forums/topic/feeling-dumb#post-21036</link>
<pubDate>Tue, 25 Nov 2008 18:04:46 +0000</pubDate>
<dc:creator>hostpanic</dc:creator>
<guid isPermaLink="false">21036@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When you're logged in as admin, go to /bb-admin/rewrite-rules.php and copy the data that is generated&#60;/p&#62;
&#60;p&#62;You need to go to your root directory, and create a file called .htaccess, and paste that data.&#60;/p&#62;
&#60;p&#62;Failing to do that, you need to turn off pretty links in your Admin settings.
&#60;/p&#62;</description>
</item>
<item>
<title>arscherer on "Feeling Dumb"</title>
<link>http://bbpress.org/forums/topic/feeling-dumb#post-21033</link>
<pubDate>Tue, 25 Nov 2008 17:16:42 +0000</pubDate>
<dc:creator>arscherer</dc:creator>
<guid isPermaLink="false">21033@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I am hoping that someone can help me understand why &#60;a href=&#34;http://www.typhoonswimming.com/forum&#34; rel=&#34;nofollow&#34;&#62;www.typhoonswimming.com/forum&#60;/a&#62; is working for the main page, but am getting an error when I dig deeper?  I am feeling ridiculously dumb on this one so I apologize if it is an easy fix!
&#60;/p&#62;</description>
</item>
<item>
<title>fontadoni on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-21020</link>
<pubDate>Tue, 25 Nov 2008 01:43:57 +0000</pubDate>
<dc:creator>fontadoni</dc:creator>
<guid isPermaLink="false">21020@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Any clue on what the RewriteCond code for this would be? I've been trying to look this up but haven't found anything yet.
&#60;/p&#62;</description>
</item>
<item>
<title>fontadoni on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-20969</link>
<pubDate>Sun, 23 Nov 2008 13:44:21 +0000</pubDate>
<dc:creator>fontadoni</dc:creator>
<guid isPermaLink="false">20969@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What would the RewriteCond be in this case?
&#60;/p&#62;</description>
</item>
<item>
<title>fontadoni on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-20952</link>
<pubDate>Sat, 22 Nov 2008 14:53:04 +0000</pubDate>
<dc:creator>fontadoni</dc:creator>
<guid isPermaLink="false">20952@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks Chris and Ipstenu for your reply. I will give it a try and report back!
&#60;/p&#62;</description>
</item>
<item>
<title>Ipstenu on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-20859</link>
<pubDate>Fri, 21 Nov 2008 01:28:19 +0000</pubDate>
<dc:creator>Ipstenu</dc:creator>
<guid isPermaLink="false">20859@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;At a guess...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;RewriteRule ^forum/faq(.*)$ &#60;a href=&#34;http://www.domain.com/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/forum/&#60;/a&#62; [L,R=301]
RewriteRule ^forum/mcp(.*)$ &#60;a href=&#34;http://www.domain.com/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/forum/&#60;/a&#62; [L,R=301]
RewriteRule ^forum/member(.*)$ &#60;a href=&#34;http://www.domain.com/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/forum/&#60;/a&#62; [L,R=301]
RewriteRule ^forum/search(.*)$ &#60;a href=&#34;http://www.domain.com/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/forum/&#60;/a&#62; [L,R=301]
RewriteRule ^forum/ucp(.*)$ &#60;a href=&#34;http://www.domain.com/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/forum/&#60;/a&#62; [L,R=301]
RewriteRule ^forum/view(.*)$ &#60;a href=&#34;http://www.domain.com/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/forum/&#60;/a&#62; [L,R=301]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That's the majority of the links, I think. At least the ones off the main page of a forum.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-20851</link>
<pubDate>Thu, 20 Nov 2008 22:12:58 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20851@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You would need to map all the old phpBB URLs to new bbPress URLs, one to one, since it doesn't look like there's an easy way to create a rewrite rule.  Once you have all the URLs before and after, you can create 301 redirect rules in your .htaccess file.
&#60;/p&#62;</description>
</item>
<item>
<title>fontadoni on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-20839</link>
<pubDate>Thu, 20 Nov 2008 16:05:14 +0000</pubDate>
<dc:creator>fontadoni</dc:creator>
<guid isPermaLink="false">20839@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello Ipstenu, thanks for your response. Sorry, I should have mentioned that the new bbpress board is actually on the same folder as the previous phpbb one (/forum), however, I get people coming from google trying to find phpbb pages like: &#60;/p&#62;
&#60;p&#62;/forum/viewtopic.php?p=66sid=c72c343df3c37339b4d5094a1296566d &#60;/p&#62;
&#60;p&#62;,but the new pages now look more like: forum/topic.php?id=38 on bbpress.&#60;/p&#62;
&#60;p&#62;I was wondering if there's a code I can add so people coming from google at least can be redirected to the forum's index, right now they're getting a 404 (sorry, I said 401 previously) because the old page can't be found. &#60;/p&#62;
&#60;p&#62;At least until google indexes everything again. &#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>Ipstenu on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-20836</link>
<pubDate>Thu, 20 Nov 2008 15:10:18 +0000</pubDate>
<dc:creator>Ipstenu</dc:creator>
<guid isPermaLink="false">20836@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;You mean to just redirect one folder to another?&#60;/p&#62;
&#60;p&#62;Pretend your old forum was at &#60;a href=&#34;http://www.domain.com/phpbb2&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/phpbb2&#60;/a&#62; and the new one is at &#60;a href=&#34;http://www.domain.com/bbpress&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/bbpress&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Delete the phpbb2 folder and in your .htaccess add this:&#60;br /&#62;
&#60;code&#62;RewriteRule ^phpbb2(.*)$ &#60;a href=&#34;http://www.domain.com/bbpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.domain.com/bbpress/&#60;/a&#62;     [L,R=301]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That will make what's called a Permanent redirect, and in theory teach site crawlers what's up.  Mind, a 401 is for unauthorized access, which is an odd error to get.
&#60;/p&#62;</description>
</item>
<item>
<title>fontadoni on "Redirection to new bbPress board?"</title>
<link>http://bbpress.org/forums/topic/redirection-to-new-bbpress-board#post-20833</link>
<pubDate>Thu, 20 Nov 2008 13:53:37 +0000</pubDate>
<dc:creator>fontadoni</dc:creator>
<guid isPermaLink="false">20833@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Now that I converted my board from phpbb to bbpress I need to know how to redirect the old stuff to where the new board is (so people coming from google can at least get to the new bbPress index and not just get a 401 - which is what is currently happening). I suppose I need to do this in my htaccess file. Does anyone have the code for this? Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Getting 404s when changing Permalink type"</title>
<link>http://bbpress.org/forums/topic/getting-404s-when-changing-permalink-type#post-20323</link>
<pubDate>Wed, 29 Oct 2008 16:54:33 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20323@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Have you read this?&#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>danbbpress on "Getting 404s when changing Permalink type"</title>
<link>http://bbpress.org/forums/topic/getting-404s-when-changing-permalink-type#post-20320</link>
<pubDate>Wed, 29 Oct 2008 14:15:24 +0000</pubDate>
<dc:creator>danbbpress</dc:creator>
<guid isPermaLink="false">20320@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just installed BBPress and it's working fine with the default numerical URLs. When I change the Permalink type to the 3rd one (textula URLs) all I get  are 404 errors, even in the admin backoffice. What to do?&#60;br /&#62;
Thanks.&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "error 404 when viewing forums"</title>
<link>http://bbpress.org/forums/topic/error-404-when-viewing-forums#post-20285</link>
<pubDate>Mon, 27 Oct 2008 18:27:37 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">20285@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yes.
&#60;/p&#62;</description>
</item>
<item>
<title>tammyhart on "error 404 when viewing forums"</title>
<link>http://bbpress.org/forums/topic/error-404-when-viewing-forums#post-20284</link>
<pubDate>Mon, 27 Oct 2008 16:21:43 +0000</pubDate>
<dc:creator>tammyhart</dc:creator>
<guid isPermaLink="false">20284@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Is bbPress ever going to get as sophisticated and easy to use as WordPress?
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Please HELP me and also a word on BBPRESS"</title>
<link>http://bbpress.org/forums/topic/please-help-me-and-also-a-word-on-bbpress#post-19806</link>
<pubDate>Fri, 10 Oct 2008 22:52:52 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">19806@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;The required contents of your htaccess file should be here...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.midnightedition.com/buzz/bb-admin/rewrite-rules.php&#34; rel=&#34;nofollow&#34;&#62;http://www.midnightedition.com/buzz/bb-admin/rewrite-rules.php&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ebizdude on "Please HELP me and also a word on BBPRESS"</title>
<link>http://bbpress.org/forums/topic/please-help-me-and-also-a-word-on-bbpress#post-19787</link>
<pubDate>Fri, 10 Oct 2008 14:10:37 +0000</pubDate>
<dc:creator>ebizdude</dc:creator>
<guid isPermaLink="false">19787@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;In just installed BBpress on &#60;a href=&#34;http://www.midnightedition.com/buzz&#34; rel=&#34;nofollow&#34;&#62;www.midnightedition.com/buzz&#60;/a&#62; and it looks so beautiful and elegant. Its simply the best forum I have seen till date. I prefer this over vbulletin and all others. All junk is out. Simple Elegance.&#60;/p&#62;
&#60;p&#62;I am however facing 1 problem.&#60;br /&#62;
&#60;a href=&#34;http://www.midnightedition.com/buzz/&#34; rel=&#34;nofollow&#34;&#62;http://www.midnightedition.com/buzz/&#60;/a&#62; is the place forum is on.&#60;br /&#62;
BUT if i click on any link its leading to 404 error&#60;br /&#62;
&#60;a href=&#34;http://www.midnightedition.com/buzz/forum/midnightedition-community&#34; rel=&#34;nofollow&#34;&#62;http://www.midnightedition.com/buzz/forum/midnightedition-community&#60;/a&#62;&#60;br /&#62;
or on any profile even&#60;br /&#62;
&#60;a href=&#34;http://www.midnightedition.com/buzz/profile/puneet&#34; rel=&#34;nofollow&#34;&#62;http://www.midnightedition.com/buzz/profile/puneet&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;In all probabaility its a .htaccess file I need to add something.  Can  someone please tell me what I shd add to my .htaccess file to make this work.&#60;br /&#62;
Or any other suggestions.&#60;/p&#62;
&#60;p&#62;I love BBPRESS. its simply SUPERB.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
