Answers for "htaccess get rid of .php"

0

Remove .php htaccess

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

Browse Popular Code Answers by Language