0

Is it possible to point my Heroku application to https://myawesomeapp.com and my EC2 wordpress server pointing to http://myawesomeapp.com ?

Coderama
  • 101
  • 3

2 Answers2

0

Though it is possible but its not good practice to point two app to same domain name. Some user will get ur heroku app and some users will get Wordpress sitedepends upon the DNS resolution from the network.

0

It's entirely possible, yes - I wouldnt say it's bad practise, or that users will get different things depending on DNS either.

IIS will certainly let you run different websites on different ports - so simply run one on HTTP, and the other on HTTPS.

I don't know what web server you're using though.

Snellgrove
  • 698
  • 4
  • 14