<?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; トラックバック　403 forbidden</title>
	<atom:link href="http://www.objectphp.jp/tag/%e3%83%88%e3%83%a9%e3%83%83%e3%82%af%e3%83%90%e3%83%83%e3%82%af%e3%80%80403-forbidden/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>403 Forbidden</title>
		<link>http://www.objectphp.jp/2009/03/09/forbidden/</link>
		<comments>http://www.objectphp.jp/2009/03/09/forbidden/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 03:03:40 +0000</pubDate>
		<dc:creator>mizuno</dc:creator>
				<category><![CDATA[エラーレスポンス]]></category>
		<category><![CDATA[トラックバック　403 forbidden]]></category>

		<guid isPermaLink="false">http://www.objectphp.jp/?p=57</guid>
		<description><![CDATA[アクセスが禁止されているページを閲覧しようとすると、403 Forbidden. You don&#8217;t have permission to access this page. といったメッセージが表示されます。 IP帯域でアクセス制限されていることが多いです (例えば、社内ネットワークからのみ閲覧可能など)。掲示板などで荒らし対策として特定のプロバイダのみ禁止されていることもあります (荒らしが同じプロバイダ利用者だった場合、巻き添えをくらう可能性もあります)。 403 の場合も、特定のページに誘導することが可能です。以下のように.htaccessの設定をします。(forbidden.html の部分は適当な名前に変更) ErrorDocument 403 forbidden.html]]></description>
			<content:encoded><![CDATA[<p>アクセスが禁止されているページを閲覧しようとすると、403 Forbidden. You don&#8217;t have permission to access this page. といったメッセージが表示されます。</p>
<p>IP帯域でアクセス制限されていることが多いです (例えば、社内ネットワークからのみ閲覧可能など)。掲示板などで荒らし対策として特定のプロバイダのみ禁止されていることもあります (荒らしが同じプロバイダ利用者だった場合、巻き添えをくらう可能性もあります)。</p>
<p>403 の場合も、特定のページに誘導することが可能です。以下のように.htaccessの設定をします。(forbidden.html の部分は適当な名前に変更)</p>
<p><code>ErrorDocument 403 forbidden.html</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.objectphp.jp/2009/03/09/forbidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

