Re: [PHP-INST] WIN ME PHP Install problem From: Julie Meloni (julie <email protected>)
Date: 05/22/01

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 (julie <email protected>) |
| |
| "PHP Essentials" and "PHP Fast & Easy" |
| http://www.thickbook.com |
+----------------------------------------+

-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-install-unsubscribe <email protected>
For additional commands, e-mail: php-install-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>