As it was my first error I´ll pass it on to you. What version of web2py are you using. If not trunk then the new router does not work as it is in beta still.

Otherwise will´ll have till wait for more wiser guys.


Kenneth

Help! I feel like a dolt. I have a trivial routes.py installed in DOCROOT/web2py/routes.py:

    #!/usr/bin/python
    default_application = 'gotosigns'
    default_controller = 'default'
    default_function = 'invalid'

If I visit https://web2py.hens-teeth.net/ , I end up at https://web2py.hens-teeth.net/welcome/default/index instead of at .../gotosigns/default/invalid

What am I doing wrong???
How do you debug routes.py?

Thanks,
    -- Art Z.

Reply via email to