I am trying to implement URL rewriting in my PHP application. Can someone share a step by step procedure of implementing URL rewriting in PHP and MySQL?
In my applic
Sorry about not giving you detailed explanation, but maybe you could take a look at DokuWiki for a starting point.
In its setup it accepts 3 modes:
It's free so you can just download and browse the code.
As a note, the apache redirect is very likely the best solution but the pure php one is also interesting in case your code is going to run in IIS6 servers where rewritting is not as easy as in apache.