]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/httpd/conf.d/php4.conf
Installer-Pfade gefixxt.
[people/pmueller/ipfire-2.x.git] / config / httpd / conf.d / php4.conf
1 <IfModule mod_php4.c>
2 AddType application/x-httpd-php .php3
3 AddType application/x-httpd-php .php4
4 AddType application/x-httpd-php .php
5 AddType application/x-httpd-php-source .php3s
6 AddType application/x-httpd-php-source .php4s
7 AddType application/x-httpd-php-source .phps
8 DirectoryIndex index.php3
9 DirectoryIndex index.php4
10 DirectoryIndex index.php
11 </IfModule>