[NEWBEE] PHP5 RC1 install problem
From: Gene Kahn (jenjhiz_at_yahoo.com)
Date: 03/27/04
- Next message: kingofkolt: "Re: [NEWBEE] PHP5 RC1 install problem"
- Previous message: annette lu: "BYEBYE CountScubula me@scantek.hotmail.com BYEBYE"
- Next in thread: kingofkolt: "Re: [NEWBEE] PHP5 RC1 install problem"
- Reply: kingofkolt: "Re: [NEWBEE] PHP5 RC1 install problem"
- Reply: Andy Hassall: "Re: [NEWBEE] PHP5 RC1 install problem"
- Reply: Agelmar: "Re: [NEWBEE] PHP5 RC1 install problem"
- Reply: Gene Kahn: "Re: [NEWBEE] PHP5 RC1 install problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Mar 2004 09:12:52 -0800
Windows XP, Apache 2, PHP5 RC1
Hello,
A total newbie here. I can't seem to get Apache2 to load the php5
module. When I loaded up this html file in a browser, only the Today's
date: line prints on the page.
<html>
<head>
<title>Listing 1-7</title>
</head>
<body>
Today's date:
<?php
/*
** print today's date
*/
print(Date("l F d, Y"));
?>
</body>
</html>
It looks like the PHP preprocessor is not loading. I have added these
lines to Apache's httpd.conf, then re-started Apache.
LoadModule php5_module c:/php/php5apache2.dll
AddType application/x-httpd-php .php
How do I get this corrected? Any help will be appreciated!
gk
- Next message: kingofkolt: "Re: [NEWBEE] PHP5 RC1 install problem"
- Previous message: annette lu: "BYEBYE CountScubula me@scantek.hotmail.com BYEBYE"
- Next in thread: kingofkolt: "Re: [NEWBEE] PHP5 RC1 install problem"
- Reply: kingofkolt: "Re: [NEWBEE] PHP5 RC1 install problem"
- Reply: Andy Hassall: "Re: [NEWBEE] PHP5 RC1 install problem"
- Reply: Agelmar: "Re: [NEWBEE] PHP5 RC1 install problem"
- Reply: Gene Kahn: "Re: [NEWBEE] PHP5 RC1 install problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|