How to Remove File Extension from URLs


RewriteRule ^about$ about.php

That little bit will make http://example.com/about.php be able to load at http://example.com/aboutxample.com/about


Know more about  .htaccess file

Comments