<?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>日曜研究室 〜技術的な日常〜 &#187; CakePHP</title>
	<atom:link href="http://peta.okechan.net/blog/archives/tag/cakephp/feed" rel="self" type="application/rss+xml" />
	<link>http://peta.okechan.net/blog</link>
	<description>技術的な観点から日常を綴ります</description>
	<lastBuildDate>Sat, 24 Jul 2010 18:32:06 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CakePHPでいきなり詰まった</title>
		<link>http://peta.okechan.net/blog/archives/97</link>
		<comments>http://peta.okechan.net/blog/archives/97#comments</comments>
		<pubDate>Wed, 11 Jul 2007 05:49:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[技術]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://peta.okechan.net/blog/archives/97</guid>
		<description><![CDATA[宿の予約システムを作ろうと思い、オープンソースなシステムを探してたのですが、どれもイマイチっぽい感じがしたので、フレームワークでも使って自分で作ろうと思い立ち、以前から気になってたCakePHPを使うことにしました。 以前からテストサーバとして、CentOS4なサーバにApache2とPHP5とMySQLを入れて使ってたので、準備するのはCakePHPのみで、10分で作るCakePHPアプリ アプリケーション編を見ながら作業しました。 作業も終わり、ブラウザでアクセスすると、403 Forbiddenのエラーが・・・ 原因は何だろうと思い調べてみると・・・ CakePHPはmod_rewriteを使うので、そのあたりかと思い、アプリケーションフォルダ内の.htaccessにRewriteBaseをつけてみたりしたのですが、一向に改善しませんでした。 そこで、apacheのログをみると Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /usr/local/apache2/～ といったエラーログが記録されていました。 とりあえずエラーメッセージのとおり、httpd.confの今回作ったディレクトリに対応する＜directory＞＜/directory＞の間で、Options Noneになってた部分をOptions FollowSymLinksに変更し、apacheを再起動したら、無事CakePHPが動作しました。 基本的なミスでお恥ずかしい限りです。]]></description>
		<wfw:commentRss>http://peta.okechan.net/blog/archives/97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
