<?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: 404</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: 404</description>
<language>en</language>
<pubDate>Mon, 07 Jul 2008 07:27:14 +0000</pubDate>

<item>
<title>docpepper on "404 Errors in Internet Explorer Only"</title>
<link>http://bbpress.org/forums/topic/404-errors-in-internet-explorer-only/page/2#post-17047</link>
<pubDate>Wed, 02 Jul 2008 09:17:36 +0000</pubDate>
<dc:creator>docpepper</dc:creator>
<guid isPermaLink="false">17047@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, don't know whether this is solved or not... I am using wordpress 2.3.3 as a Blog section on one of my clients websites. I started getting the IE7 404 error on all my pages after I added almost pretty permalinks to my pages...It did seems to go when I removed the blog-header require statement, but obviously this didnt fix the problem! I set the permalinks back to default in wordpress and the 404 errors stopped! Might be worth trying if you are using pretty permas?...Let me know if it works!
&#60;/p&#62;</description>
</item>
<item>
<title>Christiaan on "Strange redirections and 404's after wp integration"</title>
<link>http://bbpress.org/forums/topic/strange-redirections-and-404s-after-wp-integration#post-16930</link>
<pubDate>Wed, 25 Jun 2008 20:30:03 +0000</pubDate>
<dc:creator>Christiaan</dc:creator>
<guid isPermaLink="false">16930@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Solved:&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Christiaan on "Strange redirections and 404's after wp integration"</title>
<link>http://bbpress.org/forums/topic/strange-redirections-and-404s-after-wp-integration#post-16928</link>
<pubDate>Wed, 25 Jun 2008 19:49:36 +0000</pubDate>
<dc:creator>Christiaan</dc:creator>
<guid isPermaLink="false">16928@http://bbpress.org/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;- when I try to view the &#34;Admin&#34; account profile, I get a wordpress 404 at www/forum/profile/admin.&#60;br /&#62;
- Clicking on any topics or forums (I believe I created them before the integration?) even a view of topics with no replies I get the same 404.
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I'm getting exactly the same thing. Haven't tried creating and logging in with a different user yet. Did you resolve this elorg?
&#60;/p&#62;</description>
</item>
<item>
<title>pikaro24 on "guys help problem here Wordpress pages display after bbpress installation"</title>
<link>http://bbpress.org/forums/topic/guys-help-problem-here-wordpress-pages-display-after-bbpress-installation#post-16901</link>
<pubDate>Wed, 25 Jun 2008 00:36:05 +0000</pubDate>
<dc:creator>pikaro24</dc:creator>
<guid isPermaLink="false">16901@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;and you can see if you click in the post it will show  up error 404 file not found im using wordpress magazine for this.....
&#60;/p&#62;</description>
</item>
<item>
<title>pikaro24 on "guys help problem here Wordpress pages display after bbpress installation"</title>
<link>http://bbpress.org/forums/topic/guys-help-problem-here-wordpress-pages-display-after-bbpress-installation#post-16900</link>
<pubDate>Wed, 25 Jun 2008 00:31:11 +0000</pubDate>
<dc:creator>pikaro24</dc:creator>
<guid isPermaLink="false">16900@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i just uninstall it the bbpress you mean ?&#60;br /&#62;
yeah i'm really totally lost hehehe new to wordpress really&#60;br /&#62;
can you give me any suggstion do you want to see my ht access?&#60;/p&#62;
&#60;p&#62;here it is &#60;/p&#62;
&#60;p&#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;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;thats my htaccess &#60;/p&#62;
&#60;p&#62;having questions with it because its repeating itself &#60;/p&#62;
&#60;p&#62;and change it to this &#60;/p&#62;
&#60;p&#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;but keep on displaying none &#60;/p&#62;
&#60;p&#62;and the really weird one is that&#60;br /&#62;
 when i login to admin and refresh my browser in the page it shows up ..but as i log out and refresh the page it disappear&#60;/p&#62;
&#60;p&#62;how could that happen?&#60;/p&#62;
&#60;p&#62;help thanks for replying really appreciate it&#60;/p&#62;
&#60;p&#62;hoping to hear from you soon
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "guys help problem here Wordpress pages display after bbpress installation"</title>
<link>http://bbpress.org/forums/topic/guys-help-problem-here-wordpress-pages-display-after-bbpress-installation#post-16896</link>
<pubDate>Tue, 24 Jun 2008 14:51:40 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16896@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Interesting.  Looks like a rewrite issue.&#60;/p&#62;
&#60;p&#62;I can access this page just fine:&#60;br /&#62;
&#60;a href=&#34;http://www.libertybed.com/archives/tag/beds&#34; rel=&#34;nofollow&#34;&#62;http://www.libertybed.com/archives/tag/beds&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can't access any page that looks like this &#60;a href=&#34;http://www.libertybed.com/archives/92&#34; rel=&#34;nofollow&#34;&#62;http://www.libertybed.com/archives/92&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can't access the forum at &#60;a href=&#34;http://www.libertybed.com/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.libertybed.com/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you contact me off list I can help you troubleshoot it.  You will find contact details in my profile or on the website linked to my username.
&#60;/p&#62;</description>
</item>
<item>
<title>pikaro24 on "guys help problem here Wordpress pages display after bbpress installation"</title>
<link>http://bbpress.org/forums/topic/guys-help-problem-here-wordpress-pages-display-after-bbpress-installation#post-16886</link>
<pubDate>Tue, 24 Jun 2008 08:43:49 +0000</pubDate>
<dc:creator>pikaro24</dc:creator>
<guid isPermaLink="false">16886@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;i just un install the forum bbpress&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.libertybed.com&#34; rel=&#34;nofollow&#34;&#62;http://www.libertybed.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;now my word press is not displaying pages even if i uninstall the&#60;br /&#62;
bbpress really out of sight here&#60;/p&#62;
&#60;p&#62;bout bbpress i just upload it in the webroot naming the directory &#60;a href=&#34;http://www.libertybed.com/forum&#34; rel=&#34;nofollow&#34;&#62;www.libertybed.com/forum&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "guys help problem here Wordpress pages display after bbpress installation"</title>
<link>http://bbpress.org/forums/topic/guys-help-problem-here-wordpress-pages-display-after-bbpress-installation#post-16880</link>
<pubDate>Tue, 24 Jun 2008 07:11:52 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16880@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Please post the URL of your WordPress installation and where you think you should be able to access bbPress.  Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>pikaro24 on "guys help problem here Wordpress pages display after bbpress installation"</title>
<link>http://bbpress.org/forums/topic/guys-help-problem-here-wordpress-pages-display-after-bbpress-installation#post-16879</link>
<pubDate>Tue, 24 Jun 2008 07:02:21 +0000</pubDate>
<dc:creator>pikaro24</dc:creator>
<guid isPermaLink="false">16879@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;guys help problem here my word press pages displays error file not found  after I install  bb press for its forum i now uninstall it now the problem is my word press wouldn't display either please help guys
&#60;/p&#62;</description>
</item>
<item>
<title>DailyTestimony on "Name Based Permalinks Issue, get WP 404 error page"</title>
<link>http://bbpress.org/forums/topic/cannot-view-oredit-userprofiles-get-wp-404-error-page#post-16705</link>
<pubDate>Wed, 11 Jun 2008 15:43:11 +0000</pubDate>
<dc:creator>DailyTestimony</dc:creator>
<guid isPermaLink="false">16705@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I just installed bb press at dailytestimony.net/forums with the latest stable version of WPMU in the root directory.  When I goto a page such as dailytestimony.net/forums/profile/user I get the main blogs 404 error page.  Do I need something in a .htaccess file or something?&#60;/p&#62;
&#60;p&#62;EDIT: I get it with trying to view forums too, I am using name based permalinks.&#60;/p&#62;
&#60;p&#62;EDIT2: Ok it seems the answer is simple I just needed to RTD (Read The Documentation), Options +MultiViews&#60;br /&#62;
&#38;lt;rant&#38;gt;IDK why they just couldn't distribute a .htaccess file with that line with bbpress.  Save people the trouble because they mention it in the documentation here but at the verry least it should like to the documentation where you set permalink options. &#38;lt;/rant&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>pulk99 on "forum RSS feed - wordpress widget - not up to date"</title>
<link>http://bbpress.org/forums/topic/forum-rss-feed-wordpress-widget#post-16495</link>
<pubDate>Wed, 28 May 2008 08:24:03 +0000</pubDate>
<dc:creator>pulk99</dc:creator>
<guid isPermaLink="false">16495@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;thanks chris for the help, that did the job. since the rss feed was displaying fine in FF, I didn't thought about validating  it.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "forum RSS feed - wordpress widget - not up to date"</title>
<link>http://bbpress.org/forums/topic/forum-rss-feed-wordpress-widget#post-16475</link>
<pubDate>Mon, 26 May 2008 16:40:27 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">16475@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Did you try validating the feed&#60;br /&#62;
&#60;a href=&#34;http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.criticalmass.at%2Fforum%2Frss%2F&#34; rel=&#34;nofollow&#34;&#62;http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.criticalmass.at%2Fforum%2Frss%2F&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The feed URL returns a 404 Not found Error if you check the headers:&#60;br /&#62;
&#60;a href=&#34;http://www.criticalmass.at/forum/rss/&#34; rel=&#34;nofollow&#34;&#62;http://www.criticalmass.at/forum/rss/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This sounds like WordPress trying to handle the /forum/ URL and sending a 404 error when the page actually exists.  There was a plugin to take care of this sort of thing, I think...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-13156&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-13156&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I think that plugin will resolve the fact that the feed actually returns a 404 error, then I bet the widget will pull the feed just fine.  Report back please...
&#60;/p&#62;</description>
</item>
<item>
<title>pulk99 on "forum RSS feed - wordpress widget - not up to date"</title>
<link>http://bbpress.org/forums/topic/forum-rss-feed-wordpress-widget#post-16474</link>
<pubDate>Mon, 26 May 2008 16:28:27 +0000</pubDate>
<dc:creator>pulk99</dc:creator>
<guid isPermaLink="false">16474@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;ok, the problem is suddenly back. the rss feed isn't updating in the widget anymore.
&#60;/p&#62;</description>
</item>
<item>
<title>elorgwhee on "Strange redirections and 404's after wp integration"</title>
<link>http://bbpress.org/forums/topic/strange-redirections-and-404s-after-wp-integration#post-16355</link>
<pubDate>Tue, 20 May 2008 20:58:12 +0000</pubDate>
<dc:creator>elorgwhee</dc:creator>
<guid isPermaLink="false">16355@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;I searched through the forums and wasn't able to find anything quite like what I'm getting, so I figured I'd post.&#60;/p&#62;
&#60;p&#62;I just did a fresh install of the latest versions of wordpress and bbpress over the past few days.  I installed and tested several plugins for wordpress and started doing some minor css updates, and exported/imported my blog posts from my old server to the new server - but haven't done much with bbpress except to integrate with wordpress.&#60;/p&#62;
&#60;p&#62;I have PHP 5.2.5, MySQL 4.1.22, and Linux on a shared server. Everything's on the same domain (well, an IP address until I get things situated on my new server) and there are no subdomains involved.  Wordpress uses the root www folder, and bbress uses www/forum/.  Wordpress and bbpress have separate databases, but all the secret keys, etc. are all setup to match and everything is configured per the install instructions.&#60;/p&#62;
&#60;p&#62;It took several attempts to get bbpress installed because it was giving me an database error at the last step stating that I may need to do a fresh install - even though it *was* a fresh install.  After several attempts, I decided to try it without the wordpress integration, and that seemed to do the trick.  I had assumed that everything was ok after that and it was just a minor hiccup during the installation...?&#60;/p&#62;
&#60;p&#62;All that said...&#60;/p&#62;
&#60;p&#62;- Login/logout works for each user so far.&#60;br /&#62;
- Registration works.&#60;br /&#62;
- When I'm signed in as &#34;Admin&#34; I can get to the Admin panel.&#60;/p&#62;
&#60;p&#62;However:&#60;br /&#62;
- when I try to view the &#34;Admin&#34; account profile, I get a wordpress 404 at www/forum/profile/admin.&#60;br /&#62;
- Clicking on any topics or forums (I believe I created them before the integration?) even a view of topics with no replies I get the same 404.&#60;br /&#62;
- On the other hand, when logged in as my other user account &#34;elorg&#34; and trying to view that account's profile page, it redirects me to a wordpress blog entry... that happens to have &#34;elorg&#34; as the first few characters in the subject...?&#60;br /&#62;
- And... When creating a new thread titled &#34;test&#34; as my &#34;Admin&#34; account - I was able to post it, but was redirected to... a wordpress entry who's subject starts with &#34;test&#34; as the first few characters...?  That can't be a coincidence, right?  So...&#60;br /&#62;
- I logged in as my &#34;elorg&#34; account for good measure, and created a new thread with a one word subject that I know I have a blog post&#60;br /&#62;
- When going back to the forum and attempting to open any of the new threads, it forwards me to the same journal entries as it did when I tried to create the threads.&#60;/p&#62;
&#60;p&#62;Any ideas?  At this point, I might just try to start from scratch and see what happens...
&#60;/p&#62;</description>
</item>
<item>
<title>pulk99 on "forum RSS feed - wordpress widget - not up to date"</title>
<link>http://bbpress.org/forums/topic/forum-rss-feed-wordpress-widget#post-15858</link>
<pubDate>Tue, 29 Apr 2008 12:56:13 +0000</pubDate>
<dc:creator>pulk99</dc:creator>
<guid isPermaLink="false">15858@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;just upgraded to 0.9.0.2, and it's working again. not sure if it was the bbpress update or the 2.5.1 wordpress update.
&#60;/p&#62;</description>
</item>
<item>
<title>pulk99 on "forum RSS feed - wordpress widget - not up to date"</title>
<link>http://bbpress.org/forums/topic/forum-rss-feed-wordpress-widget#post-15625</link>
<pubDate>Mon, 21 Apr 2008 17:55:55 +0000</pubDate>
<dc:creator>pulk99</dc:creator>
<guid isPermaLink="false">15625@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;hi,&#60;br /&#62;
I have a strange problem, at &#60;a href=&#34;http://www.criticalmass.at/&#34; rel=&#34;nofollow&#34;&#62;http://www.criticalmass.at/&#60;/a&#62; you have a point in the sidebar wich is called &#34;Neues aus dem Forum&#34;. this is an standard wordpress rss widget with the rss feed of the bbpress forum: &#60;a href=&#34;http://www.criticalmass.at/forum/rss/&#34; rel=&#34;nofollow&#34;&#62;http://www.criticalmass.at/forum/rss/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;the feed itself is working fine, also the other rss widgets, but for the forum feed in the widget, it doesn't show the newest topics/posts.&#60;/p&#62;
&#60;p&#62;wordpress 2.5 &#38;#38; bbpress 0.9.0.1
&#60;/p&#62;</description>
</item>
<item>
<title>RyanNutt on "bbPress + WordPress (mu or not) leads to 404 errors, but p"</title>
<link>http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-15393</link>
<pubDate>Tue, 15 Apr 2008 10:44:14 +0000</pubDate>
<dc:creator>RyanNutt</dc:creator>
<guid isPermaLink="false">15393@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Works great, although I added a couple of rewrite rules. &#60;/p&#62;
&#60;p&#62;/forum/profile to /forum/profile.php and /forum/tags to /forum/tags.php&#60;/p&#62;
&#60;p&#62;The profile and tags pages were still returning 404 headers.
&#60;/p&#62;</description>
</item>
<item>
<title>RyanNutt on "404 headers when using blog-header.php"</title>
<link>http://bbpress.org/forums/topic/404-headers-when-using-blog-headerphp#post-15375</link>
<pubDate>Tue, 15 Apr 2008 00:40:30 +0000</pubDate>
<dc:creator>RyanNutt</dc:creator>
<guid isPermaLink="false">15375@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Ok, that wasn't the plugin I thought it was.  That one worked pretty well, minus a couple of glitches.  It was still sending a 404 header for profile and tags pages so I added /forum/profile and /forum/tags to the rewrite rules and now they all return 200 headers.
&#60;/p&#62;</description>
</item>
<item>
<title>RyanNutt on "404 headers when using blog-header.php"</title>
<link>http://bbpress.org/forums/topic/404-headers-when-using-blog-headerphp#post-15323</link>
<pubDate>Sun, 13 Apr 2008 02:56:32 +0000</pubDate>
<dc:creator>RyanNutt</dc:creator>
<guid isPermaLink="false">15323@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I looked at doing that, but won't it cause any non-existing page to show a 200 header as well?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "404 headers when using blog-header.php"</title>
<link>http://bbpress.org/forums/topic/404-headers-when-using-blog-headerphp#post-15320</link>
<pubDate>Sun, 13 Apr 2008 01:12:19 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">15320@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;WordPress is thinking this forum page does not exist., so WordPress throws the 404 but the page is still properly served.  It happens only because you've included blog-header.php (a normal integrated installation wouldn't do this).&#60;/p&#62;
&#60;p&#62;I think this post covers it (basically, install a WordPress plugin to overcome the problem):&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-13156&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-13156&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>RyanNutt on "404 headers when using blog-header.php"</title>
<link>http://bbpress.org/forums/topic/404-headers-when-using-blog-headerphp#post-15306</link>
<pubDate>Sat, 12 Apr 2008 13:42:30 +0000</pubDate>
<dc:creator>RyanNutt</dc:creator>
<guid isPermaLink="false">15306@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm calling the blog-header.php file from WordPress, which from what I've read is part of the problem.  I'm doing so because I'm using the same sidebars, header, and footer in my forum as the blog.  If there's another, relatively easy, way to do that then I'm all ears.  &#60;/p&#62;
&#60;p&#62;When using permalinks for the bbPress pages a 404 header is being returned.  The page displays ok in Firefox &#38;#38; IE7, but the 404 is going to cause issues with search engines.  &#60;/p&#62;
&#60;p&#62;Any suggestions on how to fix the problem?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "bbPress + WordPress (mu or not) leads to 404 errors, but p"</title>
<link>http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-14906</link>
<pubDate>Wed, 02 Apr 2008 21:09:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14906@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;No listing in the plugins tab means the plugin is malformed and is seen as just a file in that directory, not a plugin.  You are going to need a plugin header, something as simple as this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin Name: No 404s
*/
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Writing_a_Plugin&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Writing_a_Plugin&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>icesar on "bbPress + WordPress (mu or not) leads to 404 errors, but p"</title>
<link>http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-14899</link>
<pubDate>Wed, 02 Apr 2008 18:19:10 +0000</pubDate>
<dc:creator>icesar</dc:creator>
<guid isPermaLink="false">14899@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thanks for the reply Chris.  Yes, I'm using 2.3.3 right now.  The content of the plugin code is exactly as above:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function mbob_flush_rewrites() {
	global $wp_rewrite;
	$wp_rewrite-&#38;gt;flush_rules();
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;mbob_flush_rewrites&#38;#39;);

function mbob_add_rewrites($wp_rewrite) {
	add_rewrite_rule(&#38;#39;forums/topic&#38;#39;, &#38;#39;forums/topic.php&#38;#39;);
	add_rewrite_rule(&#38;#39;forums/forum&#38;#39;, &#38;#39;forums/forum.php&#38;#39;);
	add_rewrite_rule(&#38;#39;forums&#38;#39;, &#38;#39;forums/index.php&#38;#39;);
	$wp_rewrite-&#38;gt;rules = array_merge($wp_rewrite-&#38;gt;non_wp_rules, $wp_rewrite-&#38;gt;rules);
}
add_action(&#38;#39;generate_rewrite_rules&#38;#39;, &#38;#39;mbob_add_rewrites&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And I'm not getting a specific error really.  Simply that when I upload no404s.php with this code to my wp-content/plugins directory, there is no listing in the Plugins tab to even activate it.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "bbPress + WordPress (mu or not) leads to 404 errors, but p"</title>
<link>http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-14885</link>
<pubDate>Tue, 01 Apr 2008 21:59:57 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14885@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;What does the content of your plugin look like, and what is the error you are getting when you try to activate it (do you have access to error logs)?  Also, what version WordPress are  you using( 2.3.3?)
&#60;/p&#62;</description>
</item>
<item>
<title>icesar on "bbPress + WordPress (mu or not) leads to 404 errors, but p"</title>
<link>http://bbpress.org/forums/topic/bbpress-wordpress-mu-or-not-leads-to-404-errors-but-pages-still-load#post-14883</link>
<pubDate>Tue, 01 Apr 2008 21:19:08 +0000</pubDate>
<dc:creator>icesar</dc:creator>
<guid isPermaLink="false">14883@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So close!  I have this same issue with my regular installation of WP, and I only realized today (after 3 months) that this is the reason my forums - &#60;a href=&#34;http://argentinastravel.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://argentinastravel.com/forums/&#60;/a&#62; - are not getting indexed!&#60;/p&#62;
&#60;p&#62;I tried creating a plugin from the code above, but I couldn't activate it.  Can someone please help me with a step by step fix for a regular WP install?   Gracias!
&#60;/p&#62;</description>
</item>
<item>
<title>affacat on "Favorites RSS feed a 404?"</title>
<link>http://bbpress.org/forums/topic/favorites-rss-feed-a-404#post-14721</link>
<pubDate>Thu, 27 Mar 2008 07:50:44 +0000</pubDate>
<dc:creator>affacat</dc:creator>
<guid isPermaLink="false">14721@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you, worked like a charm.
&#60;/p&#62;</description>
</item>
<item>
<title>mdawaffe on "Favorites RSS feed a 404?"</title>
<link>http://bbpress.org/forums/topic/favorites-rss-feed-a-404#post-14719</link>
<pubDate>Thu, 27 Mar 2008 05:47:41 +0000</pubDate>
<dc:creator>mdawaffe</dc:creator>
<guid isPermaLink="false">14719@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This should be fixed now.  Because of caching, you won't see a non-404 response until one of your favorites has been updated, though.&#60;/p&#62;
&#60;p&#62;Thanks for letting us know!
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Favorites RSS feed a 404?"</title>
<link>http://bbpress.org/forums/topic/favorites-rss-feed-a-404#post-14716</link>
<pubDate>Thu, 27 Mar 2008 03:23:35 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">14716@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;This is happening to me too. This would have been like this for a while, shows how often people subscribe to their favorites.
&#60;/p&#62;</description>
</item>
<item>
<title>affacat on "Favorites RSS feed a 404?"</title>
<link>http://bbpress.org/forums/topic/favorites-rss-feed-a-404#post-14712</link>
<pubDate>Thu, 27 Mar 2008 02:25:28 +0000</pubDate>
<dc:creator>affacat</dc:creator>
<guid isPermaLink="false">14712@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;When I try to subscribe to my favorites I get a 404.&#60;br /&#62;
(I've successfully subscribed to other favorite lists, including WP forums so I don't think i'm doing anything wrong)&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Pages aren't working"</title>
<link>http://bbpress.org/forums/topic/pages-arent-working#post-14187</link>
<pubDate>Sat, 01 Mar 2008 21:49:33 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14187@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Sounds like the rewrite rules are not working.  Start by disabling permalinks in your config.php like this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb-&#38;gt;mod_rewrite = false;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If that change allows things to work, then you know it's a problem with permalinks on your host.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
