I'm building a small system, which has nice htaccess rewritten urls. Now I'm wondering if it's a good idea to use colons for it. Here's an example:
domain.tld/section:Foo/page:12
It's a lot more stable than something like this, as it describes every string:
domain.tld/section/Foo/12
The only problem is, will all browsers support it right? I know Wikipedia uses them :)
Matti Laine