Permissions problems with PHP on IIS
Today I had a problem - on Windows 2000/IIS server PHP didn’t work and scripts were failing with 401.3 error. The solution was very simple - Read/Execute permissions were to be set on PHP directory for IUSR_* and IWAM_* accounts. Since that has been done all works perfect. I
know this is a well known problem, but anyway a lot of people are fighting with it every day.
Tuesday 03 Oct 2006 | Life, PHP
