I know how to do set it up in the .htaccess file for a WordPress installation, but how would one go about creating extensionless URLs for a plain PHP site?
Some things you might need to know:
All pages (currently) reside in the root folder
So each page has a name like about-us.php or contact-us.php
I know how to do set it up in the .htaccess file for a WordPress installation, but how would one go about creating extensionless URLs for a plain PHP site?
Some things you might need to know:
Thanks in advance.
of course, you have to have Modrewrite enabled on your server...