]> git.pld-linux.org Git - packages/apache.git/blob - apache-mod_dir.conf
- added index.aspx
[packages/apache.git] / apache-mod_dir.conf
1 LoadModule dir_module           modules/mod_dir.so
2
3 <IfModule mod_dir.c>
4         DirectoryIndex index.html index.html.var index.htm index.shtml index.cgi index.php index.aspx
5 </IfModule>
6
This page took 0.170623 seconds and 4 git commands to generate.