Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
485 views
in Technique[技术] by (71.8m points)

ruby on rails - Heroku how to redirect http:// to http://www

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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. enter image description here

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...