Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Are there blog hosting services that one can use in a subfolder? AFAIK, both tumblr and posterous only supports subdomains but not folders.


Unfortunately not. I don't think this is actually possible as I don't think you can have a subfolder of a site hosted elsewhere (not in a 'performant' manner at least).

The only solution that I know of is to host it all on the one box which makes it trick if you want to use Heroku to host your app.

I am currently wrestling with this problem as I want to host a new app on Heroku, but have the marketing side of the site powered by wordpress to take advantage of things like third party themes. The app will also generate linkable content, so it is important to me to have it on the same domain, but there seems to be no way to achieve what I want to do with heroku :-(

So annoying!


Did you try the Cedar stack?


Well, you can host PHP on a cedar stack, and I have successfully deployed wordpress to heroku, so that is very cool.

It was actually really easy with this: https://github.com/mhoofman/wordpress-heroku

But unfortuently, to the best of my knowledge, you can't host both PHP at the same time as Rails.

If anyone know otherwise I would love to hear!


I've read about people who use workarounds on the Cedar stack for different purposes. Did you think about running two different heroku instances for the same app? With both on instances on Cedar stack, one instance can be running the rails part while the other instance runs the php.

I just read the DotCloud docs and they do a lot of stuff including php and ruby, you might want to check them out to see if they run both in the same instance.


Interesting. I'll check out the ability to run two different heroku instances for the same app to see if that can help. If you could point me to any literature on the subject it would be very much appreciated.

I'll ckeckout DotCloud as well. Thanks for the heads up!

edit: added request for more info




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: