Oops, those are typos. Just to be sure. I made another quick test:
map.connect(':controller/:action/:id')
map.connect('*url', controller='template', action='view')
map.connect('hello1', controller='hello', action='index')
map.connect('hello2', '/test', controller='hello', action='test')
I cant get this to render:
http://localhost:5000/test
I get a 404 error, "http://localhost:5000/hello/test" works, as usual.
Thanks for your help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---