How to remove .html from the address bar

how to remove .html from the address bar

Try adding this to your htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]