Heroku 如何将 http://重定向到 http://www [英] Heroku how to redirect http:// to http://www

查看:30
本文介绍了Heroku 如何将 http://重定向到 http://www的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何将 ,他们支持它,但称之为 web forwarding.

How do I redirect http://vinderhimlen.dk to http://www.vinderhimlen.dk ?

解决方案

Your best bet would be to set up redirect with your DNS provider, so it happens long before any request reaches your server. From the Heroku Dev Center:

Subdomain redirection results in a 301 permanent redirect to the specified subdomain for all requests to the naked domain so all current and future requests are properly routed and the full www hostname is displayed in the user’s location field.

DNSimple provides a convenient URL redirect seen here redirecting from the heroku-sslendpoint.com naked domain to the www.heroku-sslendpoint.com subdomain.

For proper configuration on Heroku the www subdomain should then be a CNAME record reference to yourappname.herokuapp.com.

It's not just DNSimple that does this. My DNS provider is 123 Reg and they support it but call it web forwarding.

这篇关于Heroku 如何将 http://重定向到 http://www的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆