Chris Double wrote:
Can I define a function to call when the root / path is requested?
'/main' calls 'main' for example, what does '/' call?

You can use the 'rewrite' directive to make some function the "default." If you want this to be function [main] from module [Main], put this in your .urp file:
    rewrite url Main/main


_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur

Reply via email to