]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_dir.conf
- up to 2.4.59
[packages/apache.git] / apache-mod_dir.conf
index 81070064ac1ba58849b6cc07a8c823bbea44dced..cea791f0d1fd58408158c030f2c16f2e8340a95e 100644 (file)
@@ -1,9 +1,8 @@
-# $Id$
 LoadModule dir_module  modules/mod_dir.so
 
 # DirectoryIndex: sets the file that Apache will serve if a directory
 # is requested.
 
 <IfModule dir_module>
-       DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php
+       DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.phtml
 </IfModule>
This page took 0.033238 seconds and 4 git commands to generate.