I'm facing some issues to read $_GET variable when trying to reach some subfolder
When I use: https://www.example.com/?code=123
It works and I get this result on on phpinfo() PHP Variables Variable Value _REQUEST["code"] 123 _GET["code"] 123 _SERVER["REQUEST_URI"] /?code=123 _SERVER["SCRIPT_NAME"] /index.php
But when I try: https://www.example.com/users/confirm?code=123