[PHP-INSTALL] Re: PHP script doesn't execute

2003-08-22 Thread DvDmanDT
The installed can't install PHP for Apache, unless that has changed last 10 versions or so...I use the zip anyway and unzip it to C:/PHP (so that php.exe is located at C:/PHP/php.exe), then I add following to my httpd.conf: LoadFile C:/PHP/php4ts.dll Loadmodule php4_module c:\php\sapi\php4apache.d

[PHP-INSTALL] Re: PHP script doesn't execute

2003-08-22 Thread Shadow
Did you edit php.ini? Sounds like you haven't. You also probably need to check and see if Apache is installed as a service (you didn't mention your OS version...I am assuming W2K), if not, then do that (from a command prompt, change to the apache bin directory and type "apache -k install" with