I wanted to customize the default index page on the apache webserver. Heres how:


# httpd.conf

#add or change this line
DirectoryIndex /path/to/my/html/file.html


Related External Links: