I'm using $_GET method like this
if($_GET['page']=="first") {include('pages/first.php');} But how do 404 when user reach example.com/pages/first.php ? Thanks
I'm using $_GET method like this
if($_GET['page']=="first") {include('pages/first.php');} But how do 404 when user reach example.com/pages/first.php ? Thanks