using seo user friendly in php
this is the URL path I currently use: /index.php?page=1&title=articles I want to get the URL path as /index/page-1/title-articles using SEO user friendly URLs in PHP. And how to get the value of the "title"? Any one can help me pls. Check out the mod_rewrite module , and maybe for a good starting point, this tutorial on how to take advantage of it with PHP. You need to ensure two things: your application prints out the new URLs properly, and your webserver can understand that new URLs and rewrites them to your internal scheme or redirects them back to your application and your application does