I'm running CentOS5.6 (I Think) with Apache 2.2, Zend Framework and Zend Studio installed. I've read that it's best not to expose my workspace to the world and therefore understand that the public folder of my Zend Framework application should only be accessible. How do I setup Zend Studio to post my index.php to /var/www? And, when I configure httpd.conf set DocumentRoot to /var/www just the apache welcome page is visible, and not my application's home page. I'm missing a few steps, and need some guidance:)
Thanks much!