PHP - modern format url pages. How to?

Viewed 15

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 ?

0 Answers
Related