URL Rewriting
Posted: Sun Jan 12, 2014 9:43 am
My website url is like
domain.com/services.php?p=writing-program
that I can use $_GET['p']
I want to convert it as
domain.com/services/writing-program
How to do it. It is SEO friendly Rule
domain.com/services.php?p=writing-program
that I can use $_GET['p']
I want to convert it as
domain.com/services/writing-program
How to do it. It is SEO friendly Rule