我正在主持一个网站example.herokuapp.com.我example.com在Google Domains(注册商)上拥有该域名.我也有这个域的GSuite设置(电子邮件).
我想将所有内容转发给https://www或者https://.
到目前为止,我可以得到:
[Failure] https://example.com/ -> "This site can’t be reached" Chrome error page
[Success] http://example.com/ -> https://www.example.com/
[Success] https://www.example.com/ -> https://www.example.com/
[Failure] http://www.example.com/ -> http://www.example.com/
Run Code Online (Sandbox Code Playgroud)
在Google Registrar中,我有:
Name Servers
Use the Google Domains name servers
Synthetic records
example.com -> https://www.example.com (302)
Custom resource records
NAME | TYPE | TTL | DATA
-----+-------+-----+------------------------------
@ | MX | 1h | 10 aspmx.l.google.com. (and others) <- mail
www | CNAME | 1h | …Run Code Online (Sandbox Code Playgroud) my hosting platform is freenom which requires two nameservers but heroku gives only on nameserver
is their a way to get secondary nameserver ?
is their a hosting platform which requires only one name server ?
i have tried installing zerigo plugin
heroku addons:add zerigo_dns
Run Code Online (Sandbox Code Playgroud)
but it says
» Warning: heroku update available from 7.19.4 to 7.22.8
Creating zerigo_dns on ? dataentrywebsite... !
! Couldn't find either the add-on service or the add-on plan of "zerigo_dns".
Run Code Online (Sandbox Code Playgroud)
perhaps does not exist …