Mini Shell

Direktori : /home/mhcadmin/.trash/
Upload File :
Current File : /home/mhcadmin/.trash/- .htaccess.1

#remove php file extension-e.g. https://example.com/file.php will become https://example.com/file 
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php [NC,L]