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
https://iskablogs.blogspot.com/2014/03/tutorial-remove-file-extention-from-urls.html
RewriteRule ^about$ about.php [L]
That little bit will make http://example.com/about.php be able to load at http://example.com/about
That little bit will make http://example.com/about.php be able to load at http://example.com/about