简体   繁体   English

将Heroku从www重定向到非www

[英]Heroku Redirect from www to non www

I've just set up my custom domain on Heroku. 我刚刚在Heroku上设置了我的自定义域。 I would like to redirect from www to non www. 我想从www重定向到非www。

The Domain Names I have set on Heroku are: 我在Heroku上设置的域名是:

example.herokuapp.com
www.example.com
example.com

I'm using DNSimple. 我正在使用DNSimple。 I have the following settings (in the form Type / Name / Content): 我有以下设置(以“类型/名称/内容”形式):

ALIAS / example.com / example.herokuapp.com
CNAME / www.example.com / example.herokuapp.com
TXT / example.com / ALIAS for example.herokuapp.com

I've tried using a URL type record but it doesn't work. 我试过使用URL类型记录,但是它不起作用。 How should I do the redirect? 我应该如何进行重定向? Thanks. 谢谢。

在www.example.com上删除CNAME,并使用DNSimple URL记录配置重定向。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM