How to remove .php extension only for pages under a sub directory? – Apache
I am trying to remove .php extension for only pages under a subcategory folder of the website. currently: example.com/blog/my-first-blog.php what i want: example.com/blog/my-first-blog/ I have tried the following rule in .htaccess (placed in root) but it still shows .php RewriteCond…