My favorites | Sign in
Project Logo
                
Links:
Blogs:
Feeds:
People details
Project owners:
  maintheme

Redirector

Say you want to deploy an app on Google App Engine under the domain yourname.com and www.yourname.com. The problem both domains will work, which leads to inconsitent results. For now it is not possible to configure a redirect in App Engine.

This little application is a redirector for naked domains (eg. yourdomain.com) to a subdomain (eg. www.yourdomain.com)

Configure DNS

Configure redirector

Configure Google Apps

The app will foward every request including the request path, to the subdomain hardcoded in the app (www). You can add more than one naked domain to redirect to. Just add the naked domains in Google App Engine preferences.

Eg. http://bigcurl.de --> http://www.bigcurl.de or http://6230.org --> http://www.6230.org









Hosted by Google Code