Andre, Thanks for the wiki and I think I get most of it but 1 thing confuses me:
A simple URL Scheme: /hello will match: > > * /hello (Duh!) > > A URL Scheme with a place holder: /hello/:name will match: > > * /hello/Andre > * /hello/Lili > * /hello/Mark > * ... > You then have these two links: http://andregarzia.com/revspark/demo/hello/hello > http://andregarzia.com/revspark/demo/hello/hi > What happens when I do /hello/hi I do not get "Hi There!" but I get "Hello hi" as if 'hi' was my name. If my name was Hello, I don't get Hello Hello, but I get Hello World. So I don't understand the precedence here, it doesn't seem consistent. Thanks _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
