I'm trying to remove the extension from my PHP page.
For an example, www.mywebsite.com/verification.php
I want people be able to verify from www.mywebsite.com/verification
.
My code:
<?php session_start(); ?>
!DOCTYPE html
html lang="en"
head>
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"