ruby on rails - how can i point Freenom domain to Heroku app? -


i wanna link domain rails app

what steps should follow ? should type on here ?

what should type on here ?

you can create cname record so:

name  type    ttl     target www   cname   14440   appname.herokuapp.com 

you might need setup different forward apex www http://yourdomain.com forwards http://www.yourdomain.com


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -