I am hosting my rails application on heroku.com
My Goal
I want my site www.example.com
to have a subdomain www.blog.example.com
that will load my blog at ghost.io
My ghost.io has a different url www.example.ghost.io
I don't want the user redirected to the www.example.ghost.io
, I want the ghost blog to be loaded under the blog subdomain.
Is it possible to do this? If so, how could I achieve this? Thanks in advance!