default pages with apache

ekullhu

Registered
Just a simple question. The default page is index.html on the apache web server in OS X. How do I add other common default pages like default.htm, index.htm or index.php?

Thanks.
 
In the httpd.conf, add (seperated by spaces) to the DirectoryIndex directive all the other default filenames you want.
 
Back
Top