i m trying to figure out how to do this i know in php if we have some folder and inside that if we have index.php then calling that folder location from url will serve index.php file but problem is my path changes for example
xxyz.com/edit/2343
xxyz.com/edit/2347
xxyz.com/edit/2342
i cant serve with edit.php?2343 etc i have to serve like that only how can i direct php to serve inde.php file when we call xxyz.com/edit/2347 these url scheme i guess with htaccess we can do this