I recently discovered that Heroku now allows PHP, which means that it can host a Wordpress blog. I also found this project template: https://github.com/mhoofman/wordpress-heroku
I have a ruby on rails application that should be hosted on heroku with the domain www.mysite.com, and in this application I need a way for www.mysite.com/blog to show the wordpress blog.
Can someone help me with details on how I can do this?
source
share