Question
How to redirect to www for rails app
I set up Ruby on Rails by using the Apps feature not droplet on digital ocean. I added CNAME on DNS provider to point to my hostname and www.ruby-on-rails.guru is working fine, but domain without www is not working ruby-on-rails.guru. Does anyone know what I can do to fix that? How to do redirection? be aware that this ruby on rails is deployed by the usage of Apps feature not with VPS droplet so I don’t have SSH access and the possibility to configure Nginx or similar.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×