> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jon Jacob
> Sent: Friday, March 30, 2001 9:05 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] More questions about installing.....
>
>
> Sorry for the newbie level questions, but I am having more weird install
> problems. Its just been so long since I did all this installing crap I
> guess I forgot a couple of things......
>
> I have recompiled Apache and PHP according to the instructions in the
> INSTALL doc, but when I run it now the document shows the source. What
> did I forget?
You forgot to set that particular file extension in your httpd.conf to be
parsed as PHP...
Here's mine:
AddType application/x-httpd-php .php4 .php3 .phtml .php .inc
Greg
--
PHP General 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]