I’m trying to use urls on my site like example.com/@lorem-ipsum-dolor instead of example.com/tag/lorem-ipsum-dolor form.
It’s working on my local and remote servers, but if urls contains " : \ * | etc chars it’s not working on local server (Win XP).
- Is there any solution?
- If not, then I think I need to remove that chars from url on local server. I googled for this a lot, but no result properly.
Any idea?
Those characters are not allowed in URLs. This really matters: Your URLs will fail validations and are likely to cause technical problems, because characters like
@and:are used elsewhere in a valid URL.From RFC 2396 via this SO question: