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?
Installing PHP with Apache Server
Moderator: General Moderators
- Derfel Cadarn
- Forum Contributor
- Posts: 193
- Joined: Thu Jul 17, 2003 12:02 pm
- Location: Berlin, Germany
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.
I just read my manual:
You'll need to add a line like
to your httpd.conf-file
It has been a while for me, so perhaps these hints are crappy....sorry if so.
I just read my manual:
You'll need to add a line like
Code: Select all
AddType application/x-httpd-php .php