What I'm trying to establish is, to make the below to page.php with parameter
http://localhost/project/page.php?id=1
accessible by
http://localhost/project/page1
Carry out the same for all pages from id changes.
If /page2 then /page.php?id=2
If /page3 then /page.php?id=3
...