]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/httpd/conf.d/php5.conf
Firewall: editedt update.sh to get rid of errormessages
[people/teissler/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>