]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/httpd/conf.d/php5.conf
Installer-Pfade gefixxt.
[people/pmueller/ipfire-2.x.git] / config / httpd / conf.d / php5.conf
CommitLineData
90c973a6
MT
1<IfModule mod_php5.c>
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 AddType application/x-httpd-php-source .php3s
7 AddType application/x-httpd-php-source .php4s
8 AddType application/x-httpd-php-source .php5s
9 AddType application/x-httpd-php-source .phps
10 DirectoryIndex index.php3
11 DirectoryIndex index.php4
12 DirectoryIndex index.php5
13 DirectoryIndex index.php
14</IfModule>