<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: 404 Not Found</title>
	<link>http://ask.metafilter.com/79340/404-Not-Found/</link>
	<description>Comments on Ask MetaFilter post 404 Not Found</description>
	<pubDate>Sun, 23 Dec 2007 10:41:55 -0800</pubDate>
	<lastBuildDate>Sun, 23 Dec 2007 10:41:55 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: 404 Not Found</title>
		<link>http://ask.metafilter.com/79340/404-Not-Found</link>	
		<description>Why are the 404 pages on my server broken?! I get a 500 Internal Server Error instead. Link to my .htaccess inside. &lt;br /&gt;&lt;br /&gt; Here&apos;s &lt;a href=&quot;http://corvalis.net/&quot;&gt;my webpage&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Here&apos;s &lt;a href=&quot;http://corvalis.net/wheresmy404&quot;&gt;what happens when you go to a page that doesn&apos;t exist&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
But I get an Internal Server Error instead!&lt;br&gt;
&lt;br&gt;
Now, I&apos;m suspecting that the problem lies in my .htaccess file, but I can&apos;t be certain. I can&apos;t link directly to it, because you get the &lt;a href=&quot;http://corvalis.net/.htaccess&quot;&gt;403 Forbidden page&lt;/a&gt;, properly. So here&apos;s the &lt;a href=&quot;http://corvalis.net/htaccess.txt&quot;&gt;text file version of its exact contents&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
Any suggestions? Anything I&apos;m overlooking??</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2007:site.79340</guid>
		<pubDate>Sun, 23 Dec 2007 10:40:56 -0800</pubDate>
		<dc:creator>lou</dc:creator>
		
			<category>html</category>
		
			<category>webpage</category>
		
			<category>server</category>
		
			<category>htaccess</category>
		
			<category>404</category>
		
			<category>error</category>
		
	</item> <item>
		<title>By: lou</title>
		<link>http://ask.metafilter.com/79340/404-Not-Found#1177812</link>	
		<description>I should add that this has been going on for a very long time now, so I can&apos;t remember what happened that broke it. It used to work, many years ago. I&apos;m finally getting around to fixing it....</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79340-1177812</guid>
		<pubDate>Sun, 23 Dec 2007 10:41:55 -0800</pubDate>
		<dc:creator>lou</dc:creator>
	</item><item>
		<title>By: hattifattener</title>
		<link>http://ask.metafilter.com/79340/404-Not-Found#1177816</link>	
		<description>What does the Apache error log say?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79340-1177816</guid>
		<pubDate>Sun, 23 Dec 2007 10:49:09 -0800</pubDate>
		<dc:creator>hattifattener</dc:creator>
	</item><item>
		<title>By: Freaky</title>
		<link>http://ask.metafilter.com/79340/404-Not-Found#1177827</link>	
		<description>It&apos;s your Wordpress rewrite rule:&lt;br&gt;
&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} !-f&lt;br&gt;
RewriteCond %{REQUEST_FILENAME} !-d&lt;br&gt;
RewriteRule . /index.php [L]&lt;br&gt;
&lt;br&gt;
If the request filename isn&apos;t a file or directory, rewrite to index.php.  index.php 500&apos;s, and any request which would 404 gets rewritten to it.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79340-1177827</guid>
		<pubDate>Sun, 23 Dec 2007 11:08:04 -0800</pubDate>
		<dc:creator>Freaky</dc:creator>
	</item><item>
		<title>By: lou</title>
		<link>http://ask.metafilter.com/79340/404-Not-Found#1177867</link>	
		<description>That&apos;s it, the Wordpress thing. I got rid of it and so far nothing appears to have broken, so now have to figure out what it was doing there in the first place. Thanks!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2007:site.79340-1177867</guid>
		<pubDate>Sun, 23 Dec 2007 12:57:37 -0800</pubDate>
		<dc:creator>lou</dc:creator>
	</item>
	</channel>
</rss>
