I have specific files like file.php
that I want to rename to file
and then execute with PHP. Is it possible to do that with .htaccess?
For example, if I have files named file
, file2
and file3
I want only file
executed with PHP, not all files without extension.