Can I use asterisks in URLs?
Posted
by
KajMagnus
on Pro Webmasters
See other posts from Pro Webmasters
or by KajMagnus
Published on 2011-06-25T04:55:46Z
Indexed on
2011/06/25
16:30 UTC
Read the original article
Hit count: 185
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).
© Pro Webmasters or respective owner