Wie heisst die Datei? ich habe eine Datei /etc/apache2/conf.d/php5.conf
drin steht folgendes
<IfModule mod_php5.c>
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 .php5s
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php3
DirectoryIndex index.php4
DirectoryIndex index.php5
DirectoryIndex index.php
</IfModule>
Das ist bestimmt nicht die richtige Datei oder?
Ich weiss nicht was ich ändern soll, damit er das neue PHP erkennt.