by Steve Lawrence.
That's from the IIS log set in the IIS Manager. There's nothing relating to IIS in the Event Viewer.
What exactly are you looking for?
This is the Detailed Error from localhost for the image.php as above.
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Detailed Error Information
Module | IIS Web Core |
---|---|
Notification | MapRequestHandler |
Handler | PHP_via_FastCGI |
Error Code | 0x80070002 |
Requested URL | http://localhost:80/moodle2/theme/image.php |
---|---|
Physical Path | F:\inetpub\MOODLE2\theme\image.php |
Logon Method | Anonymous |
Logon User | Anonymous |
Now that is looking for F:\inetpub\MOODLE2\theme\image.php when it's actually at F:\inetpub\MOODLE\MOODLE2\theme\image.php
Where is it picking that path up from?