
May 21st, 2003, 08:22 AM
|
|
|
|
Join Date: Apr 2007
Posts: 3
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Apache 2 install problems
I am trying to get PHP to work on Apache 2. I have the following in my http.conf file:
LoadModule php4_module c:/PHP/sapi/php4apache2.dll
AddType application/x-httpd-php .php
and the php.ini file is has web_root pointing to the right directory but php code is not being processed.
As php.ini only points to one directory what happens if the site that you are currently working on is another directory? I have multiple sites set up on apache at the moment.
Any help appreciated.
|