I know you've asked before and you have several answers on the internet but none have solved my problem. I have a whole site in php, with several pages and would like to make url friendly to their variables. I wanted, for example, to let index.php be just / index and profile.php? Id = 2 turn profile / 2. Should I merge all the pages before making the URL friendly or can it do anyway?
Thanks in advance