Adding automatic extension (php) on nginx
Introduction Many website owners prefer not to expose the programming language used to build their applications. For example, instead of accessing a page as https://example.com/about.php, it is often cleaner and more professional to use https://example.com/about. In Apache, this can be achieved using .htaccess rules. In Nginx, the same functionality can… Continue Reading Adding automatic extension (php) on nginx
