Using Apache 2.2 and PHP 5, what\'s the best way to run PHP without the .php extension? For example, I have a script called app.php and I like to i
.php
app.php
You could also force the mime type of a specific file in your .htaccess:
.htaccess
ForceType application/x-httpd-php