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-php .php
PHPIniDir "C:/php"
I can't start the server. I have opened the apache's log but there is no information to know what is happening. Can somebody help me?
- [EMAIL PROTECTED] problems with the setup of php on win... Manuel Grau Aracil
- Re: [EMAIL PROTECTED] problems with the setup of p... Andrey Kuznetsov