noSpam wrote:
> New to PHP wrote:
>
>> I had installed Apache2 and it working correctly. Then, I download
>> PHP5 and do the installion. Toward the end of the installation
>> process, it said something about httpd.conf. I then read the
>> installation guide and I still could not figure out to make
>> PHP to work.
>> Can someone tell me where to fix this problem?
>>
>> Thanks in advance.
>>
>>
>>
>>
>>
> RTFM - you need to tell Apache that PHP is alive and well. Read the
> install docs
Put this into your httpd.cong
LoadModule php5_module "\\server\\php\\php5apache2.dll"
addtype application/x-httpd-php .php .inc
PHPIniDir "\\server\\php.ini"
remember to replace \\server\php\\ with the installation dir of PHP
That's how I did it when istalling Apache, PHP and MySQL onto my
memory-stick.
>> Stay informed about: PHP Installation problem.