convert clean url to normal url by mod_rewrite php

Posted by Testadmin on Stack Overflow See other posts from Stack Overflow or by Testadmin
Published on 2010-05-24T06:33:37Z Indexed on 2010/05/24 6:41 UTC
Read the original article Hit count: 256

Filed under:
|

Hai

I have worked with clean URL in php. Now I want to convert a clean URL to normal php URL Like http://localhost/url/user/2/a to http://localhost/url/user.php?id=2&sort=a

Can any one give me the way to do this?

© Stack Overflow or respective owner

Related posts about php

Related posts about .htaccess