I have revamped my website from WordPress to PHP. Now every url with no extension are showing a 404 error page. I have checked with many redirect codes but all are not working. Please suggest a solution for this.
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.+)$ $1.php [L,QSA]