<?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>laplace&#039;s demon &#187; zend frameword</title>
	<atom:link href="http://www.laplacesdemon.com/tag/zend-frameword/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laplacesdemon.com</link>
	<description>Süleyman Melikoğlu</description>
	<lastBuildDate>Thu, 26 Jan 2012 10:26:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Shared Hosting için Zend Framework kurulumu</title>
		<link>http://www.laplacesdemon.com/2009/10/29/shared-hosting-icin-htaccess-ile-zend-framework-kurulumu/</link>
		<comments>http://www.laplacesdemon.com/2009/10/29/shared-hosting-icin-htaccess-ile-zend-framework-kurulumu/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 10:54:13 +0000</pubDate>
		<dc:creator>solomon</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[zend frameword]]></category>

		<guid isPermaLink="false">http://www.laplacesdemon.com/?p=194</guid>
		<description><![CDATA[dertli bir iş. en büyük sıkıntı da shared hostinglerde document root değiştirilemediği için oluyor. zend framework için önerilen dizin yapısında public klasörü rootda yer almıyor. bu bir çok açıdan tercih edilmesi gereken bir durum. ancak shared hostinglerdeki document root olan httpdocs ya da public_html klasörünün bir üzerinde değişiklik yapılamadığı için aşağıdaki kodu root dizindeki .htaccess [...]]]></description>
			<content:encoded><![CDATA[<p>dertli bir iş. en büyük sıkıntı da shared hostinglerde <strong>document root</strong> değiştirilemediği için oluyor. zend framework için önerilen dizin yapısında <strong>public</strong> klasörü rootda yer almıyor. bu bir çok açıdan tercih edilmesi gereken bir durum. ancak shared hostinglerdeki document root olan httpdocs ya da public_html klasörünün bir üzerinde değişiklik yapılamadığı için aşağıdaki kodu root dizindeki .htaccess dosyasının içine kopyalayın. public dizinindeki .htaccess dosyasını da kaldırın. mis gibi.</p>
<pre class="brush:bash">
RewriteEngine On

RewriteRule ^\.htaccess$ - [F]

RewriteCond %{REQUEST_URI} =""
RewriteRule ^.*$ /public/index.php [NC,L]

RewriteCond %{REQUEST_URI} !^/public/.*$
RewriteRule ^(.*)$ /public/$1

RewriteCond %{REQUEST_FILENAME} -f
RewriteRule ^.*$ - [NC,L]

RewriteRule ^public/.*$ /public/index.php [NC,L]</pre>
<p>kaynak: <a href="http://www.alberton.info/zend_framework_mod_rewrite_shared_hosting.html" target="_blank">şurası</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.laplacesdemon.com/2009/10/29/shared-hosting-icin-htaccess-ile-zend-framework-kurulumu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.laplacesdemon.com/tag/zend-frameword/feed/ ) in 0.04863 seconds, on Feb 10th, 2012 at 7:02 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 8:02 pm UTC -->
