download php-4.1.2-Win32.zip on www.php.net
extract zip to c:\php

rename php.ini-dist to php.ini in c:\php

copy this php.ini and the php4ts.dll  to system folders (c:\winnt\,
c:\winnt\system\ and c:\winnt\system32).

open c:\%apachedir%\conf\httpd.conf in notepad

add these lines

LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3


save it and close
restart the server

--

martina.
"Marc" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have apache web server running on a Windows 2000 server with SP2.
>
> I have followed all the directions, atleast I think I have, for the
> installation of PHP.
>
> But, when I try to run the php files I only see the text, they are
obviously
> not being send to the php for compilation.
>
> Does anyone have any details on a proper installation or any ideas?
>
> Thank you!!
> Marc
>
>



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to