How to add hosting for Gen.xyz websites - host

i want to change the hosting of samplewebname.xyz registered at gen.xyz website into godaddy host. I added the domain in godaddy but still the website showing weebly.com web profile.when i open the account in gen.xyz in the hosting field it showing "launch weebly free". there is no way to change the host.

first you have to add your domain in godaddy host and note down the ip address then go to your gen.xyz account
Go to my domain section and click on manage
Then go to Nameservers section and open DNS Management
Change the IP Address to your Godaddy host IP
wait for few mins

Related

Custom domain DNS config for Google App Engine

I recently configured my Google App Engine app to have a custom domain. I set up my naked domain (myapp.com) by including a TXT record with host "#" and the value provided by Google in my DNS setup with my domain registrar. I then added the four "A" and four "AAAA" records provided by Google.
I then set up "www.myapp.com" using a CNAME record with host "www" and value "ghs.googlehosted.com.".
However, I've noticed that when I type "www.myapp.com" into my browser, I'm only directed to my app sometimes. Other times I'm redirected to the domain landing page of my registrar.
Any idea why this is happening?

Domain registered with Google App for Business point to other ip?

I have registered a domain when I was registering Google App for business.
I'm just wondering if I could let that domain point to my server instead of Google site?
If not, how can I release the domain and register it(the same name) from some other domain name provider?
You can associate your purchased domain with your App Engine application. Go to the Admin Console and then Application Settings. You will see a Domain Setup section. Click on Add Domain and follow the steps. For further details, check out the instructions.
Yes, you can manage your DNS records even if you bought the domain as part of the Google Apps sign up. In case you don't want to host your website on Google App Engine or Google Sites you can access the DNS credentials for your assigned provider (Enom, GoDaddy) at Domains -> Advanced DNS Settings from there you should login to your provider console in order to change the settings.
https://support.google.com/a/answer/54693?hl=en
If you want to transfer to another provider, follow the standard procedure that each provider has, it usually requires so email confirmation back and forth. Also, make sure not to renew your domain automatically in the Google Apps admin console, otherwise you may be billed twice for the domain.
Now that Google is offering DNS-as-a-service in the Cloud Platform I wonder when they will end the partner DNS hosting and manage it themselves from end to end.

Point domain to custom domain on GAE

Is it possible to point a domain to my custom domain?
domain1.com --> myapp.com --> myapp.appspot.com
domain2.com --> myapp.com --> myapp.appspot.com
I successfully pointed www.myapp.com to myapp.appspot.com
creating a CNAME and and pointing it to ghs.google.com
Google will redirect a bare domain for you, it's described at http://support.google.com/a/bin/answer.py?hl=en&answer=2518373.
In this case, mydomain.com would have an A record pointing to a Google IP address, and requests for http://mydomain.com delivered to that IP address would get an HTTP response redirecting the browser to http://www.mydomain.com by Google; www.mydomain.com would have a CNAME DNS entry that points to ghs.google.com; user requests arriving there are routed based on their Host: header to App Engine and then to an instance of your app. The user would see "www.mydomain.com" in their address bar.
I don't know if I fully understand your explanation of the two domains, but if you want users who try to go to http://myotherdomain.com to end up at the app, as well, you should be able to do this with a Google Apps domain alias: add myotherdomain.com as a domain alias for mydomain.com and repeat the steps to get the naked domain redirected and www.myotherdomain.com to go to ghs.google.com, and you can make your app available on www.myotherdomain.com.
I just discovered today (as of 2014-04-11) a new custom domain settings page is available from Google Developers Console:
Go to https://console.developers.google.com/project
Click on your project
On the left click "App Engine"
Click "Settings"
There you go! You can configure custom domain without the need of Google App account!

Cake php changes url domain to localhost

I have a cakephp app that I have to move to a new site. I am running the host of an IP without a domain name. My application after I login the user redirects to a localhost address. There is obviously nothing there, since the installation is on a remote machine. Anyone has any suggestions what I should look for?

how to serve appspot.com apps on custom domain?

I have an application http://faqs4j.appspot.com. I have purchased a domain called jobs4j.
I added domain using application settings in app engine console and also made necessory
CNAME changes in godaddy DNS managing console.
Now when I type in browser in.jobs4j.com it simply ridirects to http://faqs4j.appspot.com.But
I want my application to be served under sub-domain in.jobs4j.com and not just redirection to
appspot domain. what configuration I am missing?
thanks for your time.
In the application dashboard, under administration / application settings, you have a section titled "Domain setup". In it you can configure domains to be used for this application.
The process will require you to set up a "google apps" account (don't worry, a single-user domain is free), then transfer the domain(s) you want to be managed by Google apps by setting up a CNAME entry in your domain zone file. The instructions show you how to do it. Of course, where the instructions recommend you define your CNAME subdomain as "www", you will want your subdomain to be called "in".
Unfortunately, Google has ended the option to have a free Google Apps account, sigh!
However, we could still point the GAE app from a custom domain (non-Google apps owned).
Step 1 : Go to Application Settings in the GAE dashboard and add a
custom domain. You will be asked to verify the domain during which
Google would basically create a TXT record in your DNS zone file.
Step 2 : Once the 3rd party domain is verified, add the custom domain
for the app (my-gae-app.mydomain.app). It shows instructions
on how to add the CNAME entry for the domain.
Hope this helps!

Resources