Installing PHP with Apache Server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nene
Forum Newbie
Posts: 1
Joined: Fri Dec 19, 2003 5:54 am

Installing PHP with Apache Server

Post 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?
User avatar
Derfel Cadarn
Forum Contributor
Posts: 193
Joined: Thu Jul 17, 2003 12:02 pm
Location: Berlin, Germany

Post 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
Post Reply