B
bronco
Guest
So to clarify a bit more, inside the webhandler I want program something like: case requestPath: when "/customer" then ... when "/order" then ... otherwise ... end case. Now, how do I get requestPath? The only info I have is (afaik) PathInfo, but this includes the handler url part as well. What do I do if I don't want to force anyone to use a specific handler url?
Continue reading...
Continue reading...