Hallöchen.
Für Bastelzwecke hab ich mir gestern die aktuelle XAMPP Version 1.7.0 auf meinem XP eingerichtet. Zunächst richtete ich ein Forensystem ein, dann WP2.7.1.
Die Installation verläuft ohne Problem, sobald ich jedoch Wordpress aufrufen möchte erhalte ich nur eine weisse Seite, keine Fehlermeldung, nix.
Das Forum hingegen läuft.
Die Access Logs des Webservers liefern ein 200 bei der Anfrage von Wordpress.
Die Error Logs enthalten keine Fehler.
Code
[Thu Feb 12 09:00:19 2009] [notice] Child 3620: Child process is running
[Thu Feb 12 09:00:19 2009] [notice] Child 3620: Acquired the start mutex.
[Thu Feb 12 09:00:19 2009] [notice] Child 3620: Starting 250 worker threads.
[Thu Feb 12 09:00:19 2009] [notice] Child 3620: Starting thread to listen on port 443.
[Thu Feb 12 09:00:19 2009] [notice] Child 3620: Starting thread to listen on port 80.
Das komische ist, das man das Backend einwandfrei erreicht.
Code
127.0.0.1 - - [12/Feb/2009:09:13:59 +0100] "GET /wordpress/wp-admin/ HTTP/1.1" 302 -
127.0.0.1 - - [12/Feb/2009:09:14:00 +0100] "GET /wordpress/wp-login.php?redirect_to=http%3A%2F%2F127.0.0.1%2Fwordpress%2Fwp-admin%2F HTTP/1.1" 200 1995
127.0.0.1 - - [12/Feb/2009:09:14:01 +0100] "GET /wordpress/wp-admin/css/login.css?ver=20081210 HTTP/1.1" 200 2138
127.0.0.1 - - [12/Feb/2009:09:14:01 +0100] "GET /wordpress/wp-admin/css/colors-fresh.css?ver=20081210 HTTP/1.1" 200 30670
127.0.0.1 - - [12/Feb/2009:09:14:01 +0100] "GET /wordpress/wp-admin/images/button-grad.png HTTP/1.1" 200 243
127.0.0.1 - - [12/Feb/2009:09:14:01 +0100] "GET /wordpress/wp-admin/images/logo-login.gif HTTP/1.1" 200 5322
127.0.0.1 - - [12/Feb/2009:09:14:05 +0100] "POST /wordpress/wp-login.php HTTP/1.1" 200 2075
Die Installation verlief problemlos.