How can you pass URL Parameters at URL slashed address? (www.web.com/1/2 = www.web.com?x=1&y=2)
- by Brad
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?