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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -