On 6 Nov 2012, at 11:27 AM, Maurice Ling <[email protected]> wrote: > Yup, done that and still gives me the same errors.
You're restarting web2py after making routing changes, right? > > 1. http://www.bioinformatics.org/refgene gives me an Invalid request What's the whole message? There should be some details. What are the controllers in refgene? > 2. http://www.bioinformatics.org/refgene/admin says that "Admin is disabled > because insecure channel" Normal. > 3. https://www.bioinformatics.org/refgene/admin gives me an "unrecoverable > internal error" > 4. http://www.bioinformatics.org/refgene/welcome gives me an "unknown > internal error" I haven't been following this thread (sorry), so excuse me if I'm repeating stuff. You want web2py in a directory called web2py. If you write an app called refgene, it will live in web2py/applications/refgene. > > > On Tuesday, 6 November 2012 13:20:17 UTC-6, Jonathan Lundell wrote: > On 6 Nov 2012, at 11:10 AM, Maurice Ling <[email protected]> wrote: >> As advised by lyn2py, >> the current router.py is the same as router.example.py and routes.py is the >> same as routes.example.py > > web2py ignores router.py. Copy router.example.py to routes.py. > --

