Hi there,

I am still using pylons 0.10 and got a routing problem.

In my routing.py i create some user defined routes like   

    map.connect('/config/', controller='config', action='index' )

But I also want to create a route for the case, when no url is given. So
I do

    map.connect('/', controller='setup', action='index' )

Every time I do not pass any url I get to the default pylons welcome page.
On another project this just works fine.

Do you got any hint, what I am missing?

Thanks a lot and kind regards
Cornelius

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to