Hi,
Here is what I'd like to achieve
http://foo.somedomain.com gets handled by http://myapp.appspot.com/foo (google appengine app myapp) and the underlying url is masked.
Note the following:
- somedomain.com is a third party domain that would like to add foo.somedomain.com
- mydomain.com would be CNAME'd to myapp.appspot.com
- mydomain.com/foo would point to myapp.appspot.com/foo
other scenarios
- can foo.mydomain.com be made to point to myapp.appsot.com/foo
- can foo.somedomain.com point directly to myapp.appspot.com/foo
Added: myapp.appspot.com is developed using django w/ app-engine-patch