Hallo,
index.html wird ausgeführt aber nicht index.php
Das habe ich:
$ sudo httpd -v
Server version: Apache/2.4.43 (Linux/SUSE)
Server built: 2020-04-10 06:17:22.000000000 +0000
--
$ php -v
PHP 7.4.6 (cli) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
--
FILE: php_mod7.conf
<IfModule mod_php7.c>
<FilesMatch "\.ph(p[3457]?|tml)$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.php[3457]?s$">
SetHandler application/x-httpd-php-source
</FilesMatch>
DirectoryIndex index.php4
DirectoryIndex index.php5
DirectoryIndex index.php7
DirectoryIndex index.php
</IfModule>
--
FILE: httpd.conf
DirectoryIndex index.php index.html index.html.var
Jemand eine Idee?
Gruß