| Direktori : /proc/thread-self/root/home/mhcadmin/eya/ |
| Current File : //proc/thread-self/root/home/mhcadmin/eya/- .htaccess |
#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]