]> git.ipfire.org Git - ipfire-2.x.git/blob - config/httpd/conf.d/php5.conf
Three little fixes...
[ipfire-2.x.git] / config / httpd / conf.d / php5.conf
1 LoadModule php5_module /usr/lib/apache/libphp5.so
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