>Hey all, > I have the privilege of working on several different platforms at work, >and I'm very excited about including the ZendFramework in a lot of my >applications. However, a lot of my production applications are ran on Sun >Servers running the SunOne webserver utilizing FastCGI. SunOne, does not >have support for mod_rewrite, so I've been trying to figure out a method >that I can migrate my applications from Apache-based servers over to our >SunOne servers. This relies mainly on *not* using mod_rewrite. With the >latest preview release, what approaches can I use to solve my lack of >mod_rewritability.... > >Any ideas are greatly appreciated. > >Jay M. Keith - Zend Certified Engineer >Web and Information Development, Computing Services >University of Arkansas
To my mind, you could just eliminate Zend_Controller_*** stuff. Use "Page Controller" istead of "Request Controller" (in Fowler terms). By the way, you may achieve a significant performance boost refusing to use the resourse-consumpting RewriteRouter. Regards, Victor.
