Hi, I tried to install PHP4 on an existing Apache. After downloading and extracting the packages I made following:
./configure --with-mysql --enable-force-cgi-redirect --enable-discard-path - -with-config-file-path=/etc Then I made make and make config. All worked fine without any error. After that I wrote in http.conf: ScriptAlias /php/ "/home/downloads/www/php-4.2.3/" AddType application/x-httpd-php .php Action application/x-httpd/php "/home/downloads/www/php-4.2.3/php" But if I try to open any php-file my browser want to download the file. What error is there (I think in Action application...)??? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php