Well, I've tried and tried to install PHP on my Apache 1_3_12 but to no avail...
when my action is set :
Action application/x-httpd-php "c:/php/php.exe"
I get the following error:
Bad Request
Your browser sent a request that this server could not understand.
Invalid URI in request GET /temp.php HTTP/1.1
when my action is set :
Action application/x-httpd-php "/php/php.exe"
I get the following error:
Not Found
The requested URL /php/php.exe/temp.php was not found on this server.
my other stuff is set:
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .php
ScriptAlias /php/ "/php/php.exe"
changing the scriptAlias to "c:/php/"
causes php.exe to have an access violation...
I don't have a clue how to fix this -- could someone lend a brain?
Thanks
josh@joshc.com