Advanced bootstrapping : Configure your Zend Framework application for multiple host
“On his blog Anis uddin Ahmad has a tutorial”:http://www.ajaxray.com/blog/2009/02/03/advanced-bootstrapping-configure-your-zend-framework-application-for-multiple-host/ that takes you through the steps of setting up Zend Framework for handling multiple hosts/domains.
bq. A web application goes through some stages when growing up. Generally, it starts from development and ends at production. There can be some more stages within this two ends. And, in maximum cases this stages are overlapped. The overlapped stages can be hosted in different servers with different settings but shares the same code. In this situations, if we want to keep bootstrap in SVN repo, it needs to setup bootstrap in a little different way. So that, it can handle many server settings with a single bootstrap.

