Re: [EMAIL PROTECTED] problems with the setup of php on winXP

2005-12-27 Thread Andrey Kuznetsov
#1 Did you open the Apache error.log file? Are you sure there is nothing there? #2 Has the PHP been installed into C:\PHP\ ? This is what I have for v5 set on my Apache: LoadModule php5_module "c://php5apache2.dll" AddType application/x-httpd-php .php PHPIniDir "C:*/php" Options

[EMAIL PROTECTED] problems with the setup of php on winXP

2005-12-26 Thread Manuel Grau Aracil
Hi! I'm having problems configuring php 4.4.1. on apache 2.0.55. as a module over windows xp home os. I've followed the instructions given by install.txt from the php home folder. I have added this lines to httpd.conf: LoadModule php4_module "c:/php/sapi/php4apache2.dll"AddType application/x-httpd-