How to remove file extention from URLs with .htaccess?
 
It's pretty easy just add the following code in .htaccess file
 
RewriteRule ^contact$ contact.php [L]
  • we accept: