]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/httpd/conf.d/php5.conf
Openmailadmin integriert.
[ipfire-2.x.git] / config / httpd / conf.d / php5.conf
index b831a490a595dbf7d23cb24f15bfca9c67d488df..30a7b55e26d5bcc8a32b2866eb89aa32ad71d7b5 100644 (file)
@@ -1,11 +1,10 @@
-<IfModule php4_module>
+<IfModule php5_module>
         AddType application/x-httpd-php .php3
         AddType application/x-httpd-php .php4
+        AddType application/x-httpd-php .php5
         AddType application/x-httpd-php .php
-        AddType application/x-httpd-php-source .php3s
-        AddType application/x-httpd-php-source .php4s
-        AddType application/x-httpd-php-source .phps
         DirectoryIndex index.php3
         DirectoryIndex index.php4
+        DirectoryIndex index.php5
         DirectoryIndex index.php
 </IfModule>