I'm having the same problem!

I've set (under google apps cpanel DomainSettingsDomains) google apps
to redirect mydomain.com to app.mydomain.com (because appengine
doesn't allow for naked domains anymore)
Then I've set (under google apps cpanel AppEngineServiceSettings) app
engine to listen to *.mydomain.com (yes, you can set the * wildcard
there now)
This worked almost perfectly, but the only thing off is actually the
most important:

mydomain.com would redirect to app.mydomain.com
userinput.mydomain.com would keep the userinput and load my regular
app.mydomain.com (as described in my app.yaml, having my app to treat
"userinput": in Python's webapp framework you can access this with
self.request.headers['Host'] )
userinput.mydomain.com/login would keep the url but behave like
app.mydomain.com/login (as expected) while still being able to read
"userinput"
BUT mydomain.com/login would NOT redirect to app.mydomain.com/login !
it simply redirects to app.mydomain.com ignoring the full path!

the problem seems to be the way google redirects my naked domain. it
ignores the full path. I guess it's not just me, is it?

so you are saying the solution really involves setting everything up
on godaddy ?
(in my case hostgator. I bought a .to domain, set the NS to my regular
hostgator account and setting all DNS settings there.)

On Apr 2, 1:13 am, Thomas Wiradikusuma <[email protected]> wrote:
> Hi Giacinto,
>
> I'm having exactly the same problem. Can you get into more detail
> (step-by-step, starting 
> fromhttps://www.google.com/a/cpanel/MYDOMAIN/DomainSettingsDomains
> probably?) on how you get it done? I understand your post, but I'm
> afraid I might click/delete the wrong stuff.
>
> On Mar 31, 2:31 am, Giacinto <[email protected]> wrote:
>
>
>
>
>
>
>
> > Well, i solved the problem! None of the previous solutions is really the
> > good solution, or better, none is complete. The real problem of the lost
> > request's full path is the google autosetting for wwwredirect!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to