Wenn Sie weiter bei Google graben, scheint es bei 10.5 mehr zu tun, als andere vermuten. Ein Benutzer auf php.net (sachin bei dharmapurikar) kommentierte eine ältere Antwort, die das fehlende Stück ausfüllt:
Fügen Sie dies zu httpd.conf hinzu:
<IfModule mod_php5.c> # If php is turned on, we respect .php and .phps files. AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps # Since most users will want index.php to work we also automatically enable index.php <IfModule mod_dir.c> DirectoryIndex index.html index.php </IfModule> </IfModule>