Remove File Extention from URL - You can remove the file extension to your URL's.
This converts URL http://site.com/about.html to http://site.com/about
#Begin Remove File Extention from URL RewriteRule ^about$ about.html [L] # // --> End