Can I use asterisks in URLs?
- by KajMagnus
Are there any reasons I shouldn't use an asterisk (*) in a URL?
Background:
With asterisks, I could provide these nice and user friendly (or what do you think??) URLs:
example.com/some/folder/search-phrase*
means search for pages with names starting with "search-phrase", located in /some/folder/.
example.com/some/**/*search-phrase*
means search for any page with "search-phrase" anywhere in its name.
example.com/some/folder/*
means list all pages in /some/folder/ (rather than showing the /some/folder/index page).