Reputation: 727
I have a page which structure is like this:
root
..prod
page.php
I can access it with http://localhost/index.php?id=41
.
But i want to acess it like this:
http://localhost/prod/title-of-page
How to do that?
Upvotes: 1
Views: 634