Aktivieren Sie das Fehlerprotokoll von Apache und sehen Sie, was schief geht.
Da Sie für einige Sekunden von außen auf die Website zugreifen können und Apache zeigt, dass die IP-Adresse Ihres Clients erfolgreich mit dem Server verbunden ist, versuchen Sie, alle Dateien aus htdocs
einem anderen temporären Ordner zu verschieben und ein Leerzeichen zu setzenindex.html
stattdessen Datei dort ab.
Wenn dies funktioniert, sind einige Module bezüglich PHP defekt. Sehen Sie in Ihrem Fehlerprotokoll nach, welche Module repariert werden müssen.
Aus Ihrem error.log:
PHP Warning: PHP Startup: Unable to load dynamic library 'php_curl.dll' (tried: C:\\php\\ext\\php_curl.dll (The specified module could not be found.), C:\\php\\ext\\php_php_curl.dll.dll (The specified module could not be found.)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'php_intl.dll' (tried: C:\\php\\ext\\php_intl.dll (The specified module could not be found.), C:\\php\\ext\\php_php_intl.dll.dll (The specified module could not be found.)) in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'php_mysql.dll' (tried: C:\\php\\ext\\php_mysql.dll (The specified module could not be found.), C:\\php\\ext\\php_php_mysql.dll.dll (The specified module could not be found.)) in Unknown on line 0
dann später:
script 'C:/Apache24/htdocs/viewtopic.php' not found or unable to stat
Dein PHP scheint also überhaupt nicht zu funktionieren.