Access PHP Files without Extension
April 22nd, 2018 / By Andrew Currie

April 22nd, 2018 / By Andrew Currie
You might want to access your PHP files without their extension (i.e. prettier URLs). It’s pretty easy to set this up, review the example HTACCESS and NGINX configurations below. On Apache you can enable this feature without restarting the web service, on NGINX you will need to restart the service for the changes to take effect.