Change Default Index Page On Apache

Posted By Weston Ganger

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:

Article Topic:Software Development - Linux

Date:October 05, 2015