Locate your .htaccess file (usually in the root folder of your web server).
Add this line.RewriteRule ^([^\.]+)$ $1.html [NC,L]
Locate your .htaccess file (usually in the root folder of your web server).
Add this line.RewriteRule ^([^\.]+)$ $1.html [NC,L]