I'm creating an app that runs external programs, which produce HTML reports. These reports are produced outside the static directory, but I want the user to be able to browse them.
Is there a way I can tell web2py to serve those files like it does static files? All the links in the HTML files are relative, so if I can create a URL that web2py will use for the base HTML file, I think it should work. This is an intranet application, so security is not a big concern. Thanks!