Hi All,
I'm currently working with a new hosting company using Windows IIS running PHP 4.3.6. I am trying to customize the php.ini local to my web domain only. I have downloaded the recommended PHP 4-style php-dist.ini, renamed it to 'php.ini' and put it in the root of my web directory. However, any browser request returns an HTTP 400 error. I've gone through the settings thoroughly and don't understand what could be causing this to break.
Is there some special step I'm missing? I don't have access to the default php.ini in WINNT, but I made sure to get the critical info (include paths, etc) by running phpinfo() first and set the variables the same in my ini file.
Anybody have an idea what's wrong? Thanks in advance,
Walker