Can't get PHP Errors in IIS7.5
- by Erling Thorkildsen
I've tried the previously answered questions regarding this to no avail.
Just installed PHP5 and IIS on my Windows 7 machine and I'm having trouble getting PHP Errors displayed instead of 500 Errors.
In PHP;
error_reporting = E_ALL
display_errors = On
In IIS I have htmlErrors set to Detailed which shows a detailed IIS 500 Error page. If set…