Hi folks! :)
I'd like to run an appengine app on a subdomain like something.no-ip.org instead of something.appspot.com is this doable? If so, can you please help me understand? :)
Thank you so much for your help!
Hi folks! :)
I'd like to run an appengine app on a subdomain like something.no-ip.org instead of something.appspot.com is this doable? If so, can you please help me understand? :)
Thank you so much for your help!
No, you can't. http://code.google.com/appengine/articles/domains.html clearly states that "To begin, you'll need to sign up for Google Apps. If you don't already own your domain, you can use Google Apps to register it." -- something.no-ip.org is a subdomain of no-ip.org, not a domain.
You should be able to do this, I haven't tried myself.
The steps you would follow are:
This link is helpful for creating cnames and registering something.no-ip.org with google apps standard: http://www.google.com/support/a/bin/answer.py?hl=en&answer=47945
You can't do this, because you don't own no-ip.org. In order to use a domain with App Engine, you have to set up Google Apps on the domain, and in order to do that, you must own the domain.
As mentioned in the comments, buying your own domain is your best option.
You absolutely can run App Engine apps on your own domain. You need to have previously installed Google Apps for your domain:
http://www.google.com/a/cpanel/domain/new
After you do that, here are the steps:
This will take you to your Google Apps for Domains account manager, where you can add your AppEngine app to your account, and associate it with the sub-domain of your choosing (like www.your-domain.com).
Note that you'll also need to update your DNS settings to point your new domain to Google. For example, if you want www.your-domain.com to point to your App Engine application, you'll need to add a CNAME record at your domain registrar to point to 'ghs.google.com'.
Note that App Engine DOES NOT support hosting your app at a 'naked domain', e.g., directly at 'your-domain.com'. But, if you use GoDaddy (and most other registrars), you can redirect all requests to 'your-domain.com' to go to the equivalent URL on 'www.your-domain.com'.