I think I understand that. I have GAE on my primary domain, I have one sub domain with a very basic site that I was referring all traffic to before I was ready to deploy my web2py app. app.yaml is set to ignore all applications except my website app. routes.py is set to have my website app as the default.
How do I access files at my primary domain that are ot part of my GAE app? Is this only possible by setting my GAE app on a subdomain? On Feb 3, 11:31 pm, sc <[email protected]> wrote: > this depends on many factors including: > * DNS config for the domain and sub-domains > * app.yaml > * routes.py > > if you have the GAE app on 1 subdomain, and other web services on another > subdomain that is fine. if all traffic is going to the same sub-domain > which is mapped to GAE, GAE will service all those requests. whether or not > web2py services a GAE request depends on app.yaml (i believe the default > app.yaml tells GAE to serve the static files up directly without invoking > web2py for example). > > hope that helps some. > > cfh

