Page 1 of 1

Installing PHP with Apache Server

Posted: Fri Dec 19, 2003 5:54 am
by nene
Hi all,
I have just started to learn PHP and have problem installing it.

I have installed Apache Server on my system which is running XP home. I have done some project with the Apache Server but with some JSP and Servlet script. I have also installed the php-4.3.4-Win32.zip.

Can anyone please advise me on where to look for information in regard to installing the above file? Or can anyone please advise me on this method?

Posted: Fri Dec 19, 2003 2:10 pm
by Derfel Cadarn
Have you configured Apache for Windows correctly? And adjusted the file 'httpd.conf'?
It has been a while for me, so perhaps these hints are crappy....sorry if so. :wink:

I just read my manual:
You'll need to add a line like

Code: Select all

AddType application/x-httpd-php .php
to your httpd.conf-file