Running a ZendFramework project inside a subdirectory
问题 I have a ZendFramework project that I would like to run inside a subdirectory. Currently my document root is at /var/www and the project is at /var/www/project with the various folders ( controllers , public , etc.) all within the project directory. I am trying to make it so that all requests from http://webserver/project/* are being passed to the /var/www/project/public/index.php file. However, trying to use the following code in /var/www/project/.htaccess to pass all requests does not work: