<?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>Xyiry PHP Blog &#124; Where Open Source Lives &#187; CakePHP</title>
	<atom:link href="http://php.xyiry.com/category/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.xyiry.com</link>
	<description>My open source playground</description>
	<lastBuildDate>Wed, 18 Nov 2009 12:06:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Configure Cake PHP on Zend Core For Oracle</title>
		<link>http://php.xyiry.com/configure-cake-php-on-zend-core-for-oracle/</link>
		<comments>http://php.xyiry.com/configure-cake-php-on-zend-core-for-oracle/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 08:51:27 +0000</pubDate>
		<dc:creator>Xyiry</dc:creator>
				<category><![CDATA[CakePHP]]></category>

		<guid isPermaLink="false">http://php.xyiry.com/configure-cake-php-on-zend-core-for-oracle/</guid>
		<description><![CDATA[If you guys are running XAMPP as your apache then its a piece of cake for you to configure cakePHP for the first time.
just open your httpd.conf and look for the following line and uncomment it
 LoadModule rewrite_module modules/mod_rewrite.so
But if you guys are running Zend Core as your apache then you will need a little [...]]]></description>
			<content:encoded><![CDATA[<p>If you guys are running XAMPP as your apache then its a piece of cake for you to configure cakePHP for the first time.</p>
<p>just open your httpd.conf and look for the following line and uncomment it<br />
<strong> LoadModule rewrite_module modules/mod_rewrite.so</strong></p>
<p>But if you guys are running Zend Core as your apache then you will need a little bit more effort to configure your cakePHP for the first time.</p>
<p>Look for these lines in your httpd.conf</p>
<p>1.  LoadModule rewrite_module modules/mod_rewrite.so<br />
<strong>(Uncomment It)</strong><br />
2. &lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride None<br />
&lt;/Directory&gt;<br />
<strong>(Change to this)</strong><br />
&lt;Directory /&gt;<br />
Options FollowSymLinks<br />
AllowOverride None<br />
Order deny,allow<br />
Deny from all<br />
&lt;/Directory&gt;</p>
<p>3.  AllowOverride None <strong>(Change to this) </strong>AllowOverride All</p>
<p>4. Restart you apache service and refresh your browser.</p>
<p>That&#8217;s it, Good Luck</p>
<p>By Zairy</p>
]]></content:encoded>
			<wfw:commentRss>http://php.xyiry.com/configure-cake-php-on-zend-core-for-oracle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
