It’s possible to display parametres as a folders (order counts). How to do that?
As result, website.com/?x=a&y=b&z=c would look like website.com/a/b/c – shorter and easier.
Does it depend on server hosting settings? Should I contact hosting customer support about this question? Or, that’s just a php issue (some options of $_GET method)?
Thank you.
P.S. How to differ website.com/?x=a and website.com/?y=b ?
You’re looking for URL rewriting.