RE: [PHP-INSTALL] PHP and Apache not working together

2007-08-02 Thread Paul Blondé
Communications Inc [EMAIL PROTECTED] 250.633.5151 866.633.2644 -Original Message- From: Andy Stratton [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 9:02 AM To: [EMAIL PROTECTED]; php-install@lists.php.net Subject: RE: [PHP-INSTALL] PHP and Apache not working together This has

RE: [PHP-INSTALL] PHP and Apache not working together

2007-08-02 Thread Andy Stratton
This has happened to my when I haven't included the following directive in httpd.conf for Apache: AddType application/x-httpd-php .php .php4 .php5 .phtml The last bit are file extensions you want recognized as PHP scripts... you can just use .php or keep adding extensions, separated by