Answers for "how to remove .php from a sub page .htaccess"

2

Remove .php htaccess

RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule !.*\.php$ %{REQUEST_FILENAME}.php [QSA,L]
Posted by: Guest on August-07-2021

Code answers related to "how to remove .php from a sub page .htaccess"

Browse Popular Code Answers by Language