RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !D
RewriteCond %{REQUEST_FILENAME}.php -f
RewriteRule ^(.*)$ $1.php

Options -indexes