<?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>Beginning Zend Framework</title>
	<atom:link href="http://www.beginningzendframework.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.beginningzendframework.com</link>
	<description></description>
	<lastBuildDate>Mon, 01 Mar 2010 07:01:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to run Zend Framework with no .htaccess file.</title>
		<link>http://www.beginningzendframework.com/?p=89</link>
		<comments>http://www.beginningzendframework.com/?p=89#comments</comments>
		<pubDate>Mon, 01 Mar 2010 06:57:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://www.beginningzendframework.com/?p=89</guid>
		<description><![CDATA[Work has been overwhelming lately and frustrating but there was an interesting question asked by one of the developers at work.  Can the Zend Framework run without the .htaccess file?  The answer, Yes.

Why do we need the .htaccess file
First off why is the .htaccess file required in the first place by Zend Framework?  Think of [...]]]></description>
			<content:encoded><![CDATA[<p>Work has been overwhelming lately and frustrating but there was an interesting question asked by one of the developers at work.  Can the Zend Framework run without the .htaccess file?  The answer, Yes.<br />
<strong><br />
Why do we need the .htaccess file</strong><br />
First off why is the .htaccess file required in the first place by Zend Framework?  Think of the .htaccess file as a funnel.<br />
In a funnel, you poor water/liquid/stuff into the end contaning the larger diameter. The &#8220;stuff&#8221; is then squeezed out of a small single point at the opposite end. In the web world the &#8220;stuff&#8221; is web traffic and the the single point is where all the traffic goes through, in this case its the .htaccess file. </p>
<p>The .htaccess file will send all incoming traffic to your Front Controller which handles routing and dispatching etc.</p>
<p><strong>Removing .htaccess from the process.</strong><br />
For this im going use Apache 2.2. Start off by opening up the httpd.conf file located in the the conf folder of your Apache installation. Somewhere near the bottom add the following lines.</p>
<p><code>#Application Specific Include file<br />
Include conf/extra/httpd-zf.conf</code></p>
<p>This will allow Apache to add addition configuration settings once Apache is restarted and its a great place to isolate application specific Apache settings.</p>
<p>Now, go ahead an create the include file, &#8220;httpd-zf.conf&#8221; inside the APACHE_HOME/conf/extra/ directory and place the ReWrite rules which were originally in your .htaccess file into<br />
it.  Hit save, remove the .htaccess file, and restart Apache.  You should see your Zend Framework application running.</p>
<p><strong>Why do this?</strong><br />
Speed.  Your application must always read the .htaccess file when someone visits the site.  Removing this extra layer and placing it into the Web Server itself will reduce the amount of time a page loads.</p>
<p>Hope that helps someone out there <img src='http://www.beginningzendframework.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningzendframework.com/?feed=rss2&amp;p=89</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chapter 4 and Zend Framework 1.10</title>
		<link>http://www.beginningzendframework.com/?p=80</link>
		<comments>http://www.beginningzendframework.com/?p=80#comments</comments>
		<pubDate>Mon, 01 Mar 2010 06:51:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Updates]]></category>
		<category><![CDATA[chapter 4]]></category>
		<category><![CDATA[site update]]></category>

		<guid isPermaLink="false">http://www.beginningzendframework.com/?p=80</guid>
		<description><![CDATA[Hi everyone.  
Chapter 4 updates as well as the code for Chapter 4 have been completed.  There were a number of changes to the code in Chapter 4 and realized I should have broken the chapter up into 2 manageable chapters.  I hate reading very long chapters  .  Anywho. Please [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everyone.  </p>
<p>Chapter 4 updates as well as the code for Chapter 4 have been completed.  There were a number of changes to the code in Chapter 4 and realized I should have broken the chapter up into 2 manageable chapters.  I hate reading very long chapters <img src='http://www.beginningzendframework.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .  Anywho. Please take a look at the Chapter Update section as well as the code section.  </p>
<p>Next up is Chapter 5 and will restart my tutorials on Zend Framework, which ill place in the  &#8216;ZF Article&#8217; section.  </p>
<p>Armando Padilla  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningzendframework.com/?feed=rss2&amp;p=80</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chapter 3 Update Ready</title>
		<link>http://www.beginningzendframework.com/?p=65</link>
		<comments>http://www.beginningzendframework.com/?p=65#comments</comments>
		<pubDate>Sun, 24 Jan 2010 09:03:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Updates]]></category>
		<category><![CDATA[site update]]></category>

		<guid isPermaLink="false">http://www.beginningzendframework.com/?p=65</guid>
		<description><![CDATA[Hi everyone, 
New Section.
I created a new section to this site.  &#8220;Chapter Updates&#8221;. It will contain  updates to errors found in the book, code updates which need to be made when new Zend Framework version are released, and questions/answers raised by reader.  
Chapter 3 Updates.
I&#8217;m running through the book with the latest [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everyone, </p>
<p><strong>New Section.</strong><br />
I created a new section to this site.  &#8220;Chapter Updates&#8221;. It will contain  updates to errors found in the book, code updates which need to be made when new Zend Framework version are released, and questions/answers raised by reader.  </p>
<p><strong>Chapter 3 Updates.</strong><br />
I&#8217;m running through the book with the latest copy of Zend Framework (Zend Framework 1.9.7) and checking to make sure if the code works.  I made some changes to chapter 3.  Please take a look at the changes here.</p>
<p><strong>Chapter 4 Updates &#8211; coming soon</strong><br />
Check back next week for Chapter 4 updates.</p>
<p><strong>Download Page</strong><br />
The download page now contains the updated code for Chapter 3 which works on Zend Framework 1.9.7 release.  It also contains a missing file, ApplicationError.php as well.  Chapter 4 will also go up next week.</p>
<p>Check back soon for more updates.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningzendframework.com/?feed=rss2&amp;p=65</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A new look</title>
		<link>http://www.beginningzendframework.com/?p=1</link>
		<comments>http://www.beginningzendframework.com/?p=1#comments</comments>
		<pubDate>Mon, 17 Aug 2009 05:03:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News & Updates]]></category>
		<category><![CDATA[site update]]></category>

		<guid isPermaLink="false">http://www.beginningzendframework.com/?p=1</guid>
		<description><![CDATA[Hi everyone.  Thanks for barring with me while i get the site up.  So, a quick break down of the site.  The goal of the site is to quickly guide you through any questions you might have about the book as well as a portal to help you find additional ZF resources online.
The Message Board [...]]]></description>
			<content:encoded><![CDATA[<p>Hi everyone.  Thanks for barring with me while i get the site up.  So, a quick break down of the site.  The goal of the site is to quickly guide you through any questions you might have about the book as well as a portal to help you find additional ZF resources online.</p>
<p><strong>The Message Board</strong> section contains a break down of each chapter where you can find other readers asking and answering questions as well as find me posting new updates to the book.</p>
<p><strong>The ZF Articles</strong> section will contain additional articles/chapter updates etc for the book.</p>
<p><strong>The Download</strong> section contains the source code for the Loudbite application.</p>
<p>Finally, the <strong>News and Updates</strong> will contains  Zend Framework news as well as messages by me on what has been updated on the site.</p>
<p>If you have any question please contact me directly I will try my best to answer your email or point you in the right direction.</p>
<p>Armando Padilla</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginningzendframework.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
