Rails前进/ CNAME子域

时间:2017-06-29 21:53:48

标签: ruby-on-rails http heroku cname forward

我在Heroku上有一个使用子域的Rails应用程序。假设我的heroku域名为example.herokuapp.com。我有一个名为myexample.com的域名。我有一个名为myotherexample.com的第二个域名。我希望能够:

  1. myexample.com(和www.myexample.com)转发至example.herokuapp.com,但地址栏显示为www.myexample.com

  2. myotherexample.com(和www.myotherexample.com)转发至other.myexample.com,但地址栏显示为www.myotherexample.com

  3. 让Rails获取子域名(other'')以便在我的应用中使用。

  4. 我似乎对是否使用CNAME,A或仅转发(我使用GoDaddy作为我的域名提供商,BTW)非常困惑。在我拥有的另一个应用中,我将thirdexample.com转发至www.thirdexample.com,然后将其CNAME转移到thirdexample.herokupp.com,这样就可以了。

    我需要做什么才能检索子域名,但仍然可以将其隐藏在地址栏中?或者我错了吗?

0 个答案:

没有答案