Re: [PHP-INST] WIN ME PHP Install problem

2001-05-22 Thread Julie Meloni
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 a

[PHP-INST] WIN ME PHP Install problem

2001-05-22 Thread Robin Hastings
Hi! I'm attempting to install PHP to a Win ME computer with Apache 1.3.20 and ActiveState Perl already successfully installed. I have tried both the Module and the CGI formats for installing this and I get errors both ways. When I use the module installation I enter: LoadModule php4_module modul