]> git.ipfire.org Git - ipfire-2.x.git/blob - config/httpd/conf.d/php5.conf
Openmailadmin integriert.
[ipfire-2.x.git] / config / httpd / conf.d / php5.conf
1 <IfModule php5_module>
2 AddType application/x-httpd-php .php3
3 AddType application/x-httpd-php .php4
4 AddType application/x-httpd-php .php5
5 AddType application/x-httpd-php .php
6 DirectoryIndex index.php3
7 DirectoryIndex index.php4
8 DirectoryIndex index.php5
9 DirectoryIndex index.php
10 </IfModule>