Robin Hastings wrote:


> When I try to install it as CGI I put:
> ScriptAlias /php4/ "C:/php/"
> AddType application/x-httpd-php .php
> Action application/x-httpd-php "/php/php.exe"

Action should be:
Action application/x-httpd-php /php4/php.exe

Action = ScriptAlias + name of executable.

That assumes that the executable is in C:/php/ .

http://www.thickbook.com/extra/php_apachephp4_win.phtml if you want an 
explanation of why and what not.

+----------------------------------------+
| Julie Meloni ([EMAIL PROTECTED])     |
|                                        |
| "PHP Essentials" and "PHP Fast & Easy" |
|       http://www.thickbook.com         |
+----------------------------------------+


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to