How to show index.htm correctly like original index.html in Apache 2.4?
In httpd.conf
, change
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
to
<IfModule dir_module>
DirectoryIndex index.htm
</IfModule>
In httpd.conf
, change
<IfModule dir_module>
DirectoryIndex index.html
</IfModule>
to
<IfModule dir_module>
DirectoryIndex index.htm
</IfModule>