0

I need to forward my default heroku domain http://app1name.herokuapp.com to http://app2name.herokuapp.com ? Is this possible with heroku?

Tyler
  • 2,346
  • 6
  • 33
  • 59

1 Answers1

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.

Community
  • 1
  • 1
sHtev
  • 306
  • 2
  • 5