05-05-2009, 07:18 AM
|
#1 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Zend Framework without Friendly urls
Some of you might remember the "Stuck on IndexController" which I removed cause I fixed it. How I fixed well, all I did was set the base url to and rewrite base -_- a simple fix yes, just I never had rewrite base in the htaccess. But here's my new problem, I don't want friendy urls.
Friendly URL .e.g: /foo/bar/1
Instead I want the filename with extension with url vars inside.
Not like:index.php/foo/bar/
But like:index.php?foo=bar
You get the point.
How would I do this with Zend_Controller_Front, or do I have to create a Router extension??

__________________
VillageIdiot can have my babbies ;d
|
|
|
|