Set directory index to .html file in Apache2
snippet in htaccess
Set directory index to .html file in Apache2
user2948
<FilesMatch "^\.html">
Order deny,allow
</FilesMatch>
DirectoryIndex .html