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 awesome as it seems Heroku doesn't have a ton of documentation around it's config options. Thank you.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Heroku has PHP support. Check this article on how to run php frameworks on heroku. It explains Symfony2 integration but to apply that in Zend is easy

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.