HI,
I've started to Install apache1.3.20 / PHP 4.0.6.
Apache works properly with .html files.
php (in dos box) works a charm (test file source is "<?php phpinfo(); ?>" i.e test.php).
but when I try "http://localhost/test.php" it goes on error: "Premature end of scritp /Program Files/php4/php.exe".
httpd.conf :
ScriptAlias /php/ "C:/Program Files/php4/"
<Directory "C:/Program Files/php4">
AllowOverride None
Options None
</Directory>
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
HELP !!!!
thanks