First and foremost, I am learning html and php for the first time and I wanted to understand how to convert a get request like:
example.com?query=test to something like example.com/test/
and does the same thing. I looked all over and maybe I am searching wrong, but any help is appreciated.