Dimonekene Ditutala wrote:
> Hi all,
>
> I am facing dificulties to make PHP work with Apache on
> Windows. I have installed Apache 1.3.19, PHP_401pl_Win32
> and as indicated I put the following lines in the configuration of Apache
>
> # And for PHP 4.x, use:
> #
> ScriptAlias /php/ "C:/php/"
> AddType application/x-httpd-php .php
> AddType application/x-httpd-php-source .phps
you need an Action line.
Action application/x-httpd-php /php/php.exe
+----------------------------------------+
| Julie Meloni ([EMAIL PROTECTED]) |
| |
| "PHP Essentials" and "PHP Fast & Easy" |
| http://www.thickbook.com |
+----------------------------------------+
--
PHP General 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]