I need to forward my default heroku domain http://app1name.herokuapp.com to http://app2name.herokuapp.com ? Is this possible with heroku?
Asked
Active
Viewed 20 times
1 Answers
0
As per Redirect from "mysite.herokuapp.com" to "www.mysite.com", you probably need functionality in that app (app1name
) to redirect requests to app2name
- preferably with a HTTP 302
or 301
response.