News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Zend Framework URLs without mod_rewrite
June 04, 2008 @ 12:50:16

Rob Allen has posted a new entry on getting a Zend Framework application to run correctly even though mod_rewrite (or ISAPI_Rewrite) isn't up and running.

Some of our Zend Framework applications have to run on IIS without ISAPI_Rewrite installed. In these cases we need urls of the form http://www.example.com/index.php?module=mod&controller=con&action=act. I couldn't get this to work out of the box with Zend Framework 1.5, so wrote my own router called App_Controller_Router_Route_RequestVars.

Most of the post is the code for the router (ready for you to cut and paste) but he's also included a usage example of it so you can easily update your bootstrap file to use it.

0 comments voice your opinion now!
zendframework url moderewrite isapirewrite router custom


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: Loading custom module plugins

Matthew Turland's Blog: Models in Zend Framework

Jim Plush's Blog: Rethinking Zend Models Part 3 - Validation

Avnet Labs Blog: TDD with Zend Framework - testing controllers

Zend: Zend Framework 0.7.0 Released


Community Events











Don't see your event here?
Let us know!


series zendframework2 framework opinion development code podcast tool api interview example introduction functional conference unittest language release testing community composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework