Virtual host for node application on heroku

I am trying to set up my blog to display on a page instead of a subdomain. So if post is post-1, I want the following:

blog.mydomain.com/post-1 --> mydomain.com/blog/post-1

      

The problem is my app is a node app on Heroku and my blog is wordpress. I looked at the htaccess modification , but if I am not mistaken, htaccess is for PHP only. Can anyone point me in the right direction?

+3


source to share


1 answer


You can set up your own domain name using herkoku by following the steps below.



https://devcenter.heroku.com/articles/custom-domains

-1


source







All Articles