I'm looking for a good way to arrange my production and development environments. Currently I have a module for each purpose.
/modules/default (production) /modules/dev (development) Both paths are bootstrapped bepending on the setEnv set in 2 different hosts: www.whatever.de (production) dev.whatever.de (development) Of course the development is open now. Should I try to protect it by a .htpasswd switched on the setEnv Var in the .htaccess? By this I could keep using one /public folder for every environment. Or should I keep everything seperated? How do you manage? Thanks -- View this message in context: http://n4.nabble.com/Managing-production-and-development-environments-tp989651p989651.html Sent from the Zend Framework mailing list archive at Nabble.com.
