I want to run localhost/page?test=1 but since I use php I have to create a folder called "page" and then an index.php file inside it. Even if I do that it's not the same, I'll have to call localhost/page/?test=1 and not localhost/page?test=1
I really didn't know what to google so this is the perfectly way to describe my problem.