Hi,
Tried installation with apache 2.0.47. But nothing is working. Copied all
the dll's
and .ini file to the right locations. Changed the httpd.conf file as well.
Here is what I added in httpd.conf
LoadModule php4_module "c:/php/sapi/php4apache2.dll "
ScriptAlias /php4/ "C:/php"
AddType application/x-httpd-php4 .php"
Action application/x-httpd-php4 "php4/php.exe"
Start up apache is ok. But when I try to to this
<?php
phpinfo();
?>
in my index.html nothing is showed up. I also cannot browse .php files in my
browser
regards
Johan
Tried installation with apache 2.0.47. But nothing is working. Copied all
the dll's
and .ini file to the right locations. Changed the httpd.conf file as well.
Here is what I added in httpd.conf
LoadModule php4_module "c:/php/sapi/php4apache2.dll "
ScriptAlias /php4/ "C:/php"
AddType application/x-httpd-php4 .php"
Action application/x-httpd-php4 "php4/php.exe"
Start up apache is ok. But when I try to to this
<?php
phpinfo();
?>
in my index.html nothing is showed up. I also cannot browse .php files in my
browser
regards
Johan
Comment