Code for remove .html extension
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
if u want remove .php extension then use this code
Code for Php extension remove –
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
Watch video How to remove .html and .php from url online, duration hours minute second in high quality that is uploaded to the channel Gajabwap 10 November 2019. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 140 times and liked it 15 visitors.