Robert Hicks wrote: > I haven't a clue on this one. I do the standard CA thing with page names: > > ?rm=home > ?rm=contact > > How do I do a URL re-write that makes the first one /home/ and the > second one /contact/ ?
CGI::Application::Dispatch. Not only will it let do URLs like that, but it will also help you combine multiple app modules into a single app. If your application module is named MyApp::Stuff then you can do urls like /stuff/home /stuff/contact Very easily. -- Michael Peters Plus Three, LP ##### CGI::Application community mailing list ################ ## ## ## To unsubscribe, or change your message delivery options, ## ## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ## ## ## ## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ## ## Wiki: http://cgiapp.erlbaum.net/ ## ## ## ################################################################