On Thursday, April 14, 2011 6:30:55 AM UTC-4, Mike Giles wrote: > > That doesn't seem to work. First, I believe web2py will be looking > for an application named _ah to handle the request (versus a controler > named _ah in myapp).
You can use web2py's URL rewrite functionality to map /_ah/ to a controller instead of an app: http://web2py.com/book/default/chapter/04#URL-Rewrite Anthony

