I have the following setup:
- Wordpress blog hosted on a VPS (ip:
123.44.55.66
) - Heroku app live at (
my-app.heroku.com
) - Domain name bought from Namecheap (
www.my-app.com
) - Heroku domain is already setup so it correctly shows up on
www.my-app.com
I want to be able to redirect blog.my-app.com
to my VPS (hiding the IP and showing as blog.my-app.com
) but can't seem to get it to work. I've tried setting the A
record of my NameCheap DNS to point to 123.44.55.66
but that doesn't seem to work.
What additional configuration am I missing?