I've done it several times before, but now it will_not_work!!!
I'm trying to get PHP5 to work with Apache 2.
I have Win XP Pro, Service pack 1
I've followed the instructions here:
http://install.windows.manual.php
Install dirs:
Apache: C:/Apache2
PHP : C:/PHP
In my httpd.conf file, I've added:
ScriptAlias /php/" c:/PHP/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "c:/php/php-win.exe"
This should now actually WORK! :glare:
I have created a file called phpinfo.php and put it in the htdocs folder. The file only has:
<?php
phpinfo();
?>
When I try to execute this: http://localhost/phpinfo.php
I get the follwing error msg:
Bad Request
Your browser sent a request that this server could not understand.
Yes, I've set access rights.
Any good advice anyone?