<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Custom URLs in Zend Framework (v1.6.1)</title>
	<atom:link href="http://www.currentlyoffline.co.uk/2008/11/11/custom-urls-in-zend-framework-v161/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.currentlyoffline.co.uk/2008/11/11/custom-urls-in-zend-framework-v161/</link>
	<description>CurrentlyOffline...</description>
	<lastBuildDate>Fri, 11 Nov 2011 14:44:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: currentlyOffline</title>
		<link>http://www.currentlyoffline.co.uk/2008/11/11/custom-urls-in-zend-framework-v161/comment-page-1/#comment-424</link>
		<dc:creator>currentlyOffline</dc:creator>
		<pubDate>Thu, 17 Mar 2011 21:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.currentlyoffline.co.uk/?p=8#comment-424</guid>
		<description>You can use routing, or another simple solution would be to use mod_rewrite and make all pages that go to /admin go to a different controller</description>
		<content:encoded><![CDATA[<p>You can use routing, or another simple solution would be to use mod_rewrite and make all pages that go to /admin go to a different controller</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Behrang</title>
		<link>http://www.currentlyoffline.co.uk/2008/11/11/custom-urls-in-zend-framework-v161/comment-page-1/#comment-419</link>
		<dc:creator>Behrang</dc:creator>
		<pubDate>Mon, 04 Oct 2010 20:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.currentlyoffline.co.uk/?p=8#comment-419</guid>
		<description>I can access all modules like:
http://localhost/category
but I want to access them via:
http://localhost/admin/category
maybe some routing required</description>
		<content:encoded><![CDATA[<p>I can access all modules like:<br />
<a href="http://localhost/category" rel="nofollow">http://localhost/category</a><br />
but I want to access them via:<br />
<a href="http://localhost/admin/category" rel="nofollow">http://localhost/admin/category</a><br />
maybe some routing required</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: currentlyOffline</title>
		<link>http://www.currentlyoffline.co.uk/2008/11/11/custom-urls-in-zend-framework-v161/comment-page-1/#comment-418</link>
		<dc:creator>currentlyOffline</dc:creator>
		<pubDate>Mon, 04 Oct 2010 20:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.currentlyoffline.co.uk/?p=8#comment-418</guid>
		<description>Not sure if I understand your question correctly but if you have module &quot;core&quot;, placed in application/modules/default/controllers/CoreController.php and if this controller has a public indexAction, then you should be able to access it via [yourWebsitesUrl]/core

If it doesn&#039;t work, send more details - where the files are stored, names etc.</description>
		<content:encoded><![CDATA[<p>Not sure if I understand your question correctly but if you have module &#8220;core&#8221;, placed in application/modules/default/controllers/CoreController.php and if this controller has a public indexAction, then you should be able to access it via [yourWebsitesUrl]/core</p>
<p>If it doesn&#8217;t work, send more details &#8211; where the files are stored, names etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Behrang</title>
		<link>http://www.currentlyoffline.co.uk/2008/11/11/custom-urls-in-zend-framework-v161/comment-page-1/#comment-417</link>
		<dc:creator>Behrang</dc:creator>
		<pubDate>Mon, 04 Oct 2010 20:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.currentlyoffline.co.uk/?p=8#comment-417</guid>
		<description>Hi, I&#039;m developing cms with zend I have problem
I have modules : core, category, ...
how can I access these modules using this url:
http://localhost/admin/category
note: admin just is a prefix</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m developing cms with zend I have problem<br />
I have modules : core, category, &#8230;<br />
how can I access these modules using this url:<br />
<a href="http://localhost/admin/category" rel="nofollow">http://localhost/admin/category</a><br />
note: admin just is a prefix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: currentlyOffline &#187; Blog Archive &#187; 1and1 hosting fun</title>
		<link>http://www.currentlyoffline.co.uk/2008/11/11/custom-urls-in-zend-framework-v161/comment-page-1/#comment-406</link>
		<dc:creator>currentlyOffline &#187; Blog Archive &#187; 1and1 hosting fun</dc:creator>
		<pubDate>Thu, 25 Jun 2009 20:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.currentlyoffline.co.uk/?p=8#comment-406</guid>
		<description>[...] I care about URL&#8217;s much, to make search engines happy mostly  I&#8217;m using this trick for custom URL&#8217;s with Zend Framework And the reason why it stopped working is that 1and1 is not giving you $_SERVER[&#039;PATH_INFO&#039;] any [...]</description>
		<content:encoded><![CDATA[<p>[...] I care about URL&#8217;s much, to make search engines happy mostly  I&#8217;m using this trick for custom URL&#8217;s with Zend Framework And the reason why it stopped working is that 1and1 is not giving you $_SERVER['PATH_INFO'] any [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

