I have an app hosted on Heroku and I got a freelance client to point her domain to my Heroku app (Cedar stack). The domain is now pointing correctly to my app but it does not display the full path. Meaning it stays at mydomain.com whether it is at / or at /contact (instead of mydomain.com/contact) or at /accounts/profile (instead of mydomain.com/accounts/profile). Clicking the refresh button will thus result in the / page being loaded.
What could possibly be the reason for such an occurrence? Thank you very much.
My client gave me access to her domain registrar and I found the problem. Turned out she made a 302 redirect. So here's my complete solution on how I solved my problem:
That's it really. Thanks to all for your help!