I registered a domain example.com with GoDaddy and I have an App Engine app xyz.appspot.com
I don't want to have a Google Apps account for example.com
In GoDaddy domain management console I have 301 forwarded the naked domain to www.example.com without masking, so opening http://example.com should ideally go to http://www.example.com
In App Engine settings for xyz.appspot.com I have mapped example.com and www.example.com
Here is a screenshot of GoDaddy dns record settings:
Here's screenshot of App Engine Custom Domain Settings:
Now when I open http://example.com the app opens but the url remains http://example.com it doesn't go to http://www.example.com
I understand that in Google Apps domain management there's a setting to forward naked domain to www but I how do I achieve this without having a Google Apps account for example.com?

