]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/httpd/conf.d/php5.conf
Merge branch 'master' of ssh://git.ipfire.org/srv/git/ipfire-2.x
[people/pmueller/ipfire-2.x.git] / config / httpd / conf.d / php5.conf
1 <IfModule php5_module>
2
3 AddType application/x-httpd-php .php3
4 AddType application/x-httpd-php .php4
5 AddType application/x-httpd-php .php5
6 AddType application/x-httpd-php .php
7 DirectoryIndex index.php3
8 DirectoryIndex index.php4
9 DirectoryIndex index.php5
10 DirectoryIndex index.php
11
12 </IfModule>