Hello Anthony, thank you for your answer.

Is it possible to have wildcard URL mappings without specifying the 
controller in the url? 
Say for instance if I want to have, "myurl.com/random1" and 
"myurl.com/r4nd0m2" to be forwarded to a single controller to perform an 
action within that controller, how can that be done with web2py, without 
permitting that controller to be called directly by 
myurl.com/controllername? (basically, instead of 
myurl.com/controllername/random1 -> myurl.com/random1)

Thank you.

Reply via email to