This is a discussion on Can't get PHP to work with recently installed Apache within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi! I have the Abyss webserver installed on my Windows 2000 workstation, and it works OK with PHP (v4.3....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi!
I have the Abyss webserver installed on my Windows 2000 workstation, and it works OK with PHP (v4.3.7). Since I also have a Linux server at an other location, I wanted to have similiar web server setup at home, so I tried to install Apache webserver for Win32 (v1.3.33), but can't get it to work with PHP. My PHP.INI has the, ; Enable the PHP scripting language engine under Apache. engine = On There's nothing about PHP inside the httpd.conf file. Have I missed something here? I would appreciate any comments on this. TIA |
|
|||
|
On 19 Dec 2004, spaceuser@yahoo.com (Lars Gustavsson) wrote in
news:1d05f324.0412190113.7202b207@posting.google.c om: > There's nothing about PHP inside the httpd.conf file. Have I > missed something here? There is in mine: ### PHP stuff, added 7/13/02 LoadModule php4_module c:/php/sapi/php4apache2.dll AddType application/x-httpd-php .php |