]> git.ipfire.org Git - ipfire-2.x.git/blob - config/httpd/conf.d/php5.conf
intel-microcode: ship microcode updates (20180108)
[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>