Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001032

RE: [PHP] More questions about installing..... From: Greg Donald (greg <email protected>)
Date: 03/30/01

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