I installed Apache 2.0.52 and PHP 4.39 on a Win XP machine.  Below are my 
config files and I still get a Bad Request error when viewing phpinfo.php. 
I've checked (what feels like) every php/apache help site out there and all 
appears to be as it should be...any help would be great.

- php.ini is in C:\WINDOWS directory
- php4ts.dll and msvcrt.dll are in WINDOWS\SYSTEM

httpd.conf:
ScriptAlias /cgi-bin/ "C:/WEB/Apache2/cgi-bin/"
ScriptAlias /php/ "C:/WEB/php2"

AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php .php

Action application/x-httpd-php "C:/WEB/php2/php.exe" 

Reply via email to