<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>bbPress Support Forums &#187; Topic: Strange (?) (404) report i Firebug</title>
		<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug</link>
		<description><![CDATA[bbPress Support Forums &raquo; Topic: Strange (?) (404) report i Firebug]]></description>
		<language>en-US</language>
		<pubDate>Mon, 15 Mar 2010 02:20:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://bbpress.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://bbpress.org/forums/rss/topic/strange-404-report-i-firebug" rel="self" type="application/rss+xml" />

		<item>
			<title>oledole on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9984</link>
			<pubDate>Mon, 06 Aug 2007 11:16:19 +0000</pubDate>
			<dc:creator>oledole</dc:creator>
			<guid isPermaLink="false">9984@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Been away for a week doing som of-line hiking in beautifull Norway. Good to see there has been som progress on this while I've been enjoying mother earth.&#60;br /&#62;
Colin's fix worked for me as well (thanks!). Hopefully this will be solved on a more permanent way in the next bb release?&#60;/p&#62;
&#60;p&#62;For the moment I moved my site to the root at &#60;a href=&#34;http://enserio.se&#34; rel=&#34;nofollow&#34;&#62;http://enserio.se&#60;/a&#62; with the WP and BB  in separate subfolders, and everything seems to work as expected.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BernieSteak on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9571</link>
			<pubDate>Sun, 29 Jul 2007 20:09:46 +0000</pubDate>
			<dc:creator>BernieSteak</dc:creator>
			<guid isPermaLink="false">9571@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;@sam&#60;/p&#62;
&#60;p&#62;Already tried (as mentioned above) using forums as subdomain and also putting the htaccess details in a vhost.conf file.  No joy either way.&#60;/p&#62;
&#60;p&#62;@colin&#60;/p&#62;
&#60;p&#62;&#34;Quick and dirty&#34; fix seems to do the trick.&#60;/p&#62;
&#60;p&#62;Not actually sure if I'm going to go with bbpress anymore, I put a vanilla forum up in the meanwhile and it seems pretty decent.  Although integration is nowhere near as slick with Wordpress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sam Bauers on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9551</link>
			<pubDate>Sun, 29 Jul 2007 12:55:36 +0000</pubDate>
			<dc:creator>Sam Bauers</dc:creator>
			<guid isPermaLink="false">9551@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Apache processes rewrite directives in the order they are found.&#60;/p&#62;
&#60;p&#62;First the main Apache config file is used, then (if they are allowed) the .htaccess files are used in the order they are encountered from the root of the website out through the directories until the final directory that contains the file that is being accessed.&#60;/p&#62;
&#60;p&#62;So if you have a page at &#60;a href=&#34;http://www.example.com/blog/forum&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com/blog/forum&#60;/a&#62;, then the order of processing is like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Apache config
&#124;
+-&#38;gt; /path/to/site/www.example.com/.htaccess
      &#124;
      +-&#38;gt; /path/to/site/www.example.com/blog/.htaccess
               &#124;
               +-&#38;gt; /path/to/site/www.example.com/blog/forum/.htaccess&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So the &#34;blog&#34; rewrite rules will be assessed first. This means that you may want to place your bbPress rewrite rules in the same .htaccess file as your blog rules, before the blog rules, as they are more specific and should be handled first.&#60;/p&#62;
&#60;p&#62;Also, there were some problems with WordPress throwing 404 errors based on what mod_rewrite was doing. This was specifically with version 2.1 I think, so your WordPress may need to be upgraded.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colinbm on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9540</link>
			<pubDate>Sun, 29 Jul 2007 11:20:41 +0000</pubDate>
			<dc:creator>colinbm</dc:creator>
			<guid isPermaLink="false">9540@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Here's a intermediate fix until whatever the causing reason is fixed:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.burn-murdoch.com/colin/bbpress_fix_404.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.burn-murdoch.com/colin/bbpress_fix_404.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Add this to the my-plugins folder (create the folder if neccessary) and activate the plugin in bb-admin.&#60;/p&#62;
&#60;p&#62;All it does is call header('HTTP/1.1 200') on the bb_init action, which overrides the 404.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BernieSteak on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9466</link>
			<pubDate>Sat, 28 Jul 2007 07:39:46 +0000</pubDate>
			<dc:creator>BernieSteak</dc:creator>
			<guid isPermaLink="false">9466@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Did you get anywhere with this either oledole?  I can't figure it, and it doesn't look like we're going to get any help! :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BernieSteak on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9364</link>
			<pubDate>Thu, 26 Jul 2007 10:18:20 +0000</pubDate>
			<dc:creator>BernieSteak</dc:creator>
			<guid isPermaLink="false">9364@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I also have a bbpresss and wpmu installed at &#60;a href=&#34;http://themotorcade.com&#34; rel=&#34;nofollow&#34;&#62;http://themotorcade.com&#60;/a&#62; and &#60;a href=&#34;http://themotorcade.com/forums/&#34; rel=&#34;nofollow&#34;&#62;http://themotorcade.com/forums/&#60;/a&#62; and that works fine, no 404 messages.&#60;/p&#62;
&#60;p&#62;I tried using the htaccess settings from that site on my problem development site and no joy.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oledole on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9294</link>
			<pubDate>Tue, 24 Jul 2007 21:47:28 +0000</pubDate>
			<dc:creator>oledole</dc:creator>
			<guid isPermaLink="false">9294@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I'll link it. And it's the same userid over at WP as here att bbpress.&#60;/p&#62;
&#60;p&#62;Turning of/setting WP permalinks to default fixes it at my site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BernieSteak on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9292</link>
			<pubDate>Tue, 24 Jul 2007 19:57:38 +0000</pubDate>
			<dc:creator>BernieSteak</dc:creator>
			<guid isPermaLink="false">9292@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;May be worth linking that thread over to this one (I don't have a WP forum account just now), as it does affect both systems (working together).&#60;/p&#62;
&#60;p&#62;If I turn off permalinks on bbpress it seems to work though, same with you?&#60;/p&#62;
&#60;p&#62;I have used MultiViews as well as the more in depth htaccess and it didn't change anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oledole on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9289</link>
			<pubDate>Tue, 24 Jul 2007 19:26:39 +0000</pubDate>
			<dc:creator>oledole</dc:creator>
			<guid isPermaLink="false">9289@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Odd it is. I've posted this over att the WP forum as well, &#60;a href=&#34;http://wordpress.org/support/topic/127302?replies=3&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/127302?replies=3&#60;/a&#62;.  Nothing there that has worked for me,  so far. There are a lot of htaccess-issues regarding password protection problems, but nothing I've found so far has  fixed this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BernieSteak on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9274</link>
			<pubDate>Tue, 24 Jul 2007 15:22:30 +0000</pubDate>
			<dc:creator>BernieSteak</dc:creator>
			<guid isPermaLink="false">9274@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Here's another thing, I tried instead to put the forums as a subdmain forum.mywebsite.com as opposed to mywebsite.com/forum and it still returns 404 errors.  Odd.&#60;/p&#62;
&#60;p&#62;Actually, it behaves exactly like: &#60;a href=&#34;http://forums.hostmech.com/&#34; rel=&#34;nofollow&#34;&#62;http://forums.hostmech.com/&#60;/a&#62; in that situation.&#60;/p&#62;
&#60;p&#62;The main URL is OK, but ANY other url shows as a 404.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BernieSteak on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9273</link>
			<pubDate>Tue, 24 Jul 2007 15:09:33 +0000</pubDate>
			<dc:creator>BernieSteak</dc:creator>
			<guid isPermaLink="false">9273@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Seems we're not alone (my forum is not public yet so can't post URL), but: &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.hostmech.com/topic/3&#34; rel=&#34;nofollow&#34;&#62;http://forums.hostmech.com/topic/3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also hows as 404, but works in my browser (Firebug displays the 404, but we get there in the end and it shows the page).&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.seoconsultants.com/tools/headers/&#34; rel=&#34;nofollow&#34;&#62;http://www.seoconsultants.com/tools/headers/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BernieSteak on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9269</link>
			<pubDate>Tue, 24 Jul 2007 13:28:20 +0000</pubDate>
			<dc:creator>BernieSteak</dc:creator>
			<guid isPermaLink="false">9269@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Having the very same issue here.  Main wordpress site is at / bbpress at /forum/ and although all appears fine the headers returned are 404 not found.&#60;/p&#62;
&#60;p&#62;If anyone can shed any light on this weirdness that would be much appreciated.&#60;/p&#62;
&#60;p&#62;I attempted moving the htaccess content into a vhost file on my server and put them in &#38;lt;Directory&#38;gt; sections, to see if that made any difference.  No surprise really it didn't.&#60;/p&#62;
&#60;p&#62;I'm not an htaccess ot http expert and this seems just weird to me.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oledole on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9197</link>
			<pubDate>Sat, 21 Jul 2007 12:21:38 +0000</pubDate>
			<dc:creator>oledole</dc:creator>
			<guid isPermaLink="false">9197@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;Some more info: &#60;/p&#62;
&#60;p&#62;If I set permalinks in WP to default the 404-message in firebug goes away, and I can chech the forum pages with &#60;a href=&#34;http://www.websiteoptimization.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.websiteoptimization.com/&#60;/a&#62; without problem ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>oledole on "Strange (?) (404) report i Firebug"</title>
			<link>http://bbpress.org/forums/topic/strange-404-report-i-firebug#post-9183</link>
			<pubDate>Fri, 20 Jul 2007 23:22:18 +0000</pubDate>
			<dc:creator>oledole</dc:creator>
			<guid isPermaLink="false">9183@http://bbpress.org/forums/</guid>
			<description>&#60;p&#62;I have WP and BB integrated with BB in a subdirectory. Now I found a strange thing in Firebug's &#34;Net&#34; section (where Firebug shows &#34;requests&#34;).&#60;br /&#62;
When I load anything WP-realted everything looks fine, but when I load something BB-related HTML-request is listed with (404) in Firebug, although the page loads just fine. &#60;/p&#62;
&#60;p&#62;URL to the blog is &#60;a href=&#34;http://www2.enserio.se/blogg/&#34; rel=&#34;nofollow&#34;&#62;http://www2.enserio.se/blogg/&#60;/a&#62;&#60;br /&#62;
and the forum is at&#60;br /&#62;
&#60;a href=&#34;http://www2.enserio.se/blogg/forumet/&#34; rel=&#34;nofollow&#34;&#62;http://www2.enserio.se/blogg/forumet/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've had a problem when trying to check the forum at &#60;a href=&#34;http://www.websiteoptimization.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.websiteoptimization.com/&#60;/a&#62;, which says that the page (and any other BB-realted page) doesn't exist and report a 404-error. Somehow I thing it's related to the Firebug-thing.&#60;/p&#62;
&#60;p&#62;I suspect it's an 'htaccess'  related problem, but I can't figure out how to fix it. The htaccess in the WP root is:&#60;/p&#62;
&#60;p&#62;# BEGIN WordPress&#60;br /&#62;
&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /blogg/&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-f&#60;br /&#62;
RewriteCond %{REQUEST_FILENAME} !-d&#60;br /&#62;
RewriteRule . /blogg/index.php [L]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;br /&#62;
# END WordPress&#60;/p&#62;
&#60;p&#62;and dito in the bb root is:&#60;/p&#62;
&#60;p&#62;&#38;lt;IfModule mod_rewrite.c&#38;gt;&#60;br /&#62;
RewriteEngine On&#60;br /&#62;
RewriteBase /blogg/forumet/&#60;br /&#62;
RewriteRule ^forum/(.+)/page/([0-9]+)$ /blogg/forumet/forum.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^forum/(.+)/?$ /blogg/forumet/forum.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/(.+)/page/([0-9]+)$ /blogg/forumet/topic.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^topic/(.+)/?$ /blogg/forumet/topic.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/(.+)/page/([0-9]+)$ /blogg/forumet/tags.php?tag=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/(.+)/?$ /blogg/forumet/tags.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^tags/?$ /blogg/forumet/tags.php [L,QSA]&#60;br /&#62;
RewriteRule ^profile/(.+)/page/([0-9]+)$ /blogg/forumet/profile.php?id=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/(.+)/([a-z-]+)$ /blogg/forumet/profile.php?id=$1&#38;#38;tab=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/(.+)/([a-z-]+)/page/([0-9]+)$ /blogg/forumet/profile.php?id=$1&#38;#38;tab=$2&#38;#38;page=$3 [L,QSA]&#60;br /&#62;
RewriteRule ^profile/(.+)/?$ /blogg/forumet/profile.php?id=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([a-z-]+)/page/([0-9]+)$ /blogg/forumet/view.php?view=$1&#38;#38;page=$2 [L,QSA]&#60;br /&#62;
RewriteRule ^view/([a-z-]+)$ /blogg/forumet/view.php?view=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/$ /blogg/forumet/rss.php [L,QSA]&#60;br /&#62;
RewriteRule ^rss/forum/([0-9]+)$ /blogg/forumet/rss.php?forum=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/topic/([0-9]+)$ /blogg/forumet/rss.php?topic=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/tags/([a-z-]+)$ /blogg/forumet/rss.php?tag=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^rss/profile/([0-9]+)$ /blogg/forumet/rss.php?profile=$1 [L,QSA]&#60;br /&#62;
RewriteRule ^mlist/ mlist.php? [L,QSA]&#60;br /&#62;
&#38;lt;/IfModule&#38;gt;&#60;/p&#62;
&#60;p&#62;I can't use the &#34;Options +MultiViews&#34;, gives me an &#34;Internal server error&#34;.&#60;/p&#62;
&#60;p&#62;Any input on this is most welcome!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
