12 Nov 2001 12:27
RE: URL Munging (was: Crazy Links)
Hi Dave, > So, you get urls like: > http://www.metafilter.com/mefi/12259 > instead of http://www.metafilter.com/mefi/post.12259 > So, I think that Request should support positional > parameters, and not require the dot notation. If > you do require named parameters, then I think the > dot notation is best choice, overall. Hmm. Sounds ok, but then we have to agree when to use named parameters and when not. But I agree that Request should support both. > Search engine friendly URLs almost always use the > forward slash (/) as the argument separator. This > is the most user-friendly solution, as this makes > dynamic URLs look just like URLs that point to > resources in the file system. Yepp. > An alternative would be the semicolon, as recommended in > the HTML 4 specification: This is also nice. I like that. But unless there are no major drawbacks using /'s I'd vote for /'s Ok, collecting all this we have the following options that sound reasonable:(Continue reading)
RSS Feed