Hide extension in .htaccess
snippet in htaccess
Hide extension in .htaccess
user4340
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html