# To externally redirect /dir/file.php to /dir/file RewriteCond %{THE_REQUEST} s/+(.+?).php[s?] [NC] RewriteRule ^ /%1 [R=301,NE,L]