for some reason PHP is installed, but not running on your machine.
You should read the documentation, how to start PHP from the PHP directory.
The "how to start" depends from the PHP - Version.
At my machine is running Apache 2.0.49 with PHP 4.3.66 and ON THIS you start PHP by editing the Apache httpd.conf, like this:
In the "LoadModule" section of httpd.conf
add the following lines:
Code:
(...)
#LoadModule ssl_module modules/mod_ssl.so
LoadModule php4_module "E:\oracle\ora902\Apache\php\sapi\php4apache2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
#
# ExtendedStatus controls whether Apache will generate "full" status
(...)
ahem - you should let point the path for php4apache2.dll where it's saved on your machine
Now restart Apache and PHP should work.
If not, maybe you have another version of Apache and / or PHP or you have a Apache-PHP-combination which will not fit.
If you intend only using MAMBO on that machine you can have it easier: Just install MSAS
http://mosforge.net/projects/msas/; it will install Apache, PHP, MySQL-Database AND Mambo 4.5/1.0.7) complete in one installation. Check it out !
Greetz
W.