I am trying to deploy my app on Openshift.
I've added www.mydomain.com
, and mydomain.com
as aliases on Openshift and changed the cname record 'www' to myapp-mydomain.rhcloud.com
when I try to access the app these are the results,
myapp-mydomain.rhcloud.com
- Opens myapp
www.mydomain.com
- redirects to myapp
mydomain.com
- opens a blank page (the source of the blank page links to a godaddy's parking
looks like this http://mcc.godaddy.com/park/xxxxxxxxxxxxxx
how can I make my mydomain.com
point to the application at myapp-mydomain.rhcloud.com
I have tried to change the 'A' record of the domain that pointed to 184.168.221.xx
but it needs to be an IP address not the app address.
thank you so much for any help.