Google Appengine currently does not allow configuration of naked domains. Meaning, if you’re building something on Appengine you’ll have to settle for a URL like http://www.mysite.com or http://whatever.mysite.com and you will not be able to use http://mysite.com. Its not so bad in most cases, but not having http://mysite.com isn’t going to stop people from trying [...]
Archive for the ‘appengine’ Category
21 Jul
Appengine Example: Quick Thoughts
I’ve made a few apps on Google’s Appengine now and am getting to the point where I can pump them out fairly quickly. I really love that they make user authentication (my least favorite part of web applications) incredibly simplified. I wrote this app in less than an hour as a simple tool for myself [...]