Okay, I'm trying to install php4, mysql, and apache on my win xp machine, which I've done before. Except this time, apache is working fine, so is mysql, and when I test php with the php -i command, it works fine, but when ever I try to do run any php file, apache comes up with an error 400, bad request message and doesnt show anything as simple as
<?php
echo "hi";
?>
or
<?php
phpinfo();
?>
I've installed and reinstalled both apache and php4, i've done it manually because the installshield for php4 for some reason wont automatically configure my apache conf file. So I add the modules and point all the files in the right places, but it still wont work..... help.