I have a query URL with query string and I want to convert it to folder structured URL.
For example:
http://localhost/index.php?page=about-us
http://localhost/index.php?page=contact-us
how would I covert it to
http://localhost/index/page/about-us
http://localhost/page/about-us
I know this can be done with .htaccess. I just don't know where to start