<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>オブジェクト指向PHP &#187; php 404 not found</title>
	<atom:link href="http://www.objectphp.jp/tag/php-404-not-found/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectphp.jp</link>
	<description>PHP5入門</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:30:52 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>404 Not Found</title>
		<link>http://www.objectphp.jp/2009/02/16/not_found/</link>
		<comments>http://www.objectphp.jp/2009/02/16/not_found/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 06:52:24 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[エラーレスポンス]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[php 404 not found]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/?p=54</guid>
		<description><![CDATA[エンドユーザーがリクエストしたファイルが存在しなかったとき、ウェブサーバーが返すエラーメッセージが、「404 Not Found」です。 URL直接入力の打ち間違い(ユーザーのミス)、リンクの記述間違い(サイト運営者のミス、または他のサイト運営者のミス)の可能性があります。エラーが多発する場合は、後者の可能性が高いので、ログ等で確認して、必要なら修正するようにしてください。 404エラー発生時に、特定のページに誘導することが可能です。以下のように.htaccessの設定をします。(notfound.html の部分は適当な名前に変更) ErrorDocument 404 notfound.html]]></description>
			<content:encoded><![CDATA[<p>エンドユーザーがリクエストしたファイルが存在しなかったとき、ウェブサーバーが返すエラーメッセージが、「404 Not Found」です。</p>
<p>URL直接入力の打ち間違い(ユーザーのミス)、リンクの記述間違い(サイト運営者のミス、または他のサイト運営者のミス)の可能性があります。エラーが多発する場合は、後者の可能性が高いので、ログ等で確認して、必要なら修正するようにしてください。</p>
<p>404エラー発生時に、特定のページに誘導することが可能です。以下のように.htaccessの設定をします。(notfound.html の部分は適当な名前に変更)</p>
<p><code><br />
ErrorDocument 404 notfound.html<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.objectphp.jp/2009/02/16/not_found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

