I also added the following line to my httpd when i did this installation...
AddModule mod_php4.c I think thats all that i did other than what you mentioned. I hope this helps!! -- Jason Wood Chief Technology Officer Expressive Tek, Inc. 407 Kehrs Mill Road Ballwin, MO 63011 Phone 636.256.1362 www.expressivetek.com "Simon Thackeray" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I am trying to install php4 with apache 1.3 on w2k. > So far I only installed php on linux servers and I never experienced a > problem. > > What I did so far: > > I installed Apache in E:/APPS/Apache Group/Apache and unpacked the php > distibution to C:\PHP > I copied the php.ini to C:\WINNT. > I moved php4ts.dll to C:\WINNT\SYSTEM32 > > I added following lines to httpd.conf: > > LoadModule php4_module c:/php/sapi/php4apache.dll > AddType application/x-httpd-php .php > > I stopped and restarted Apache. > > I created a small file named test.php containing the line <? phpinfo() ?;>. > > When I attempt to browse the file from Apache, the browser wants to download > the file instead of parsing it in php. > > What have I done wrong? > > Any help would be appreciated. > > Many thanks > > Simon Thackeray > > > > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]