How can you pass URL Parameters at URL slashed address? (www.web.com/1/2 = www.web.com?x=1&y=2)

Posted by Brad on Stack Overflow See other posts from Stack Overflow or by Brad
Published on 2010-04-26T13:51:28Z Indexed on 2010/04/26 13:53 UTC
Read the original article Hit count: 395

Filed under:
|
|
|

I want to be able to take a url and map it to a set of web parameters. For example:

www.web.com/1/2/3 would be interpreted as www.web.com/default.asp?x=1&y=2&z=3

I know I've seen it done, I just can't find it anymore. Any ideas?

© Stack Overflow or respective owner

Related posts about url

Related posts about tag