For my site I have a RewriteRule that points the URL http://www.mysite.com/work to a work.php file. I also have a directory called \"work\" that has files in it, like project1.p
Try this rule:
RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule .* $0.php [L]