Now the urls of the customer's site looks like:
http://example.com/?page=pagename
I need to format this to:
http://example.com/pagename
So it's about getting rid of that dinosaur "?page="
The web stack is LAMP (php v8).
How to achieve this ?
Now the urls of the customer's site looks like:
http://example.com/?page=pagename
I need to format this to:
http://example.com/pagename
So it's about getting rid of that dinosaur "?page="
The web stack is LAMP (php v8).
How to achieve this ?