Tutorial Remove File Extention from URLs
RewriteRule ^about$ about.php [L]
That little bit will make http://example.com/about.php be able to load at http://example.com/about
RewriteRule ^about$ about.php [L]
That little bit will make http://example.com/about.php be able to load at http://example.com/about