php-general | 2001032
Date: 03/30/01
- Next message: CC Zona: "Re: [PHP] duplicate tables"
- Previous message: Greg Donald: "RE: [PHP] No-refresh"
- In reply to: Jon Jacob: "[PHP] More questions about installing....."
- Next in thread: Jon Jacob: "Re: [PHP] More questions about installing....."
- Reply: Jon Jacob: "Re: [PHP] More questions about installing....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> -----Original Message-----
> From: jon <email protected> [mailto:jon <email protected>]On Behalf Of Jon Jacob
> Sent: Friday, March 30, 2001 9:05 PM
> To: php-general <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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: CC Zona: "Re: [PHP] duplicate tables"
- Previous message: Greg Donald: "RE: [PHP] No-refresh"
- In reply to: Jon Jacob: "[PHP] More questions about installing....."
- Next in thread: Jon Jacob: "Re: [PHP] More questions about installing....."
- Reply: Jon Jacob: "Re: [PHP] More questions about installing....."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

