I have two types of extension page of php first is .php
and the second is .php3
.
I am using this code which is removing .php3
type but also want to remove .php
RewriteOptions inherit
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php3 [NC,L]