News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
CakePHP + Nginx Configuration Update
January 26, 2009 @ 10:21:57

In this new post from Chris Hartjes today he continues his look at combining a CakePHP application with the Nginx web server. This time the focus is on the configuration of the web server side of things to make the CakePHP routing work.

I'm in the process of creating the website for my upcoming book *and* had recently switched back from using Apache to using Nginx again, so I thought it might be time to roll up my sleeves and figure out how to make it work in a subdirectory. After much gnashing of teeth and pissing and moaning, I figured it out.

A simple configuration example is included as a part of the post showing how to correctly configure the rewrite routes to catch everything and send it back to the index.php file. His is a two-part process: it tries to match anything with "/foo" in it then, if it wasn't caught there, it sends it off to be rerouted to the front controller.

0 comments voice your opinion now!
cakephp framework nginx webserver rewrite rule configure


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: Sanitation with PHP filter_var()

Zend Developer Zone: PHP Abstract Podcast Episode 19: Glue Frameworks vs. Full Stack Frameworks

Greg Beaver\'s Blog: Setting up your own PEAR channel - the official way

SaniSoft Blog: unbindModel() and paginate() gotcha in CakePHP 1.2

Paul Jones' Blog: Solar and TypeKey Authentication


Community Events











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


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

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