I would like to have the following:
myrootsite.appspot.com
myrootsite.appspot.com/app1
myrootsite.appspot.com/app2
etc.
Is it possible? I know that I can just do the /app1processing app1, but then the redirects and all will not work unless I explicitly used redirect('/app1')instead of the current one redirect('/').
Is it possible to download current applications ( app1, app2etc.) to the root site and do they run regularly?
Thanks in advance
source
share