Tagged Questions
0
votes
1answer
229 views
How to deploy a Zend Framework app using the 'public' directory on Heroku?
Basically for a Facebook tab I have a PHP app and want Heroku to use the 'public' folder as the web server's root folder instead of pointing to the very root of the app files. Any help would be ...