RE: Apache, PHP, and PHPGroupware

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: David Koopman
Date:  
To: plug-discuss
Subject: RE: Apache, PHP, and PHPGroupware
> -------- Original Message --------
> Subject: RE: Apache, PHP, and PHPGroupware
> From: "David Demland" <>
> Date: Sat, January 08, 2005 7:33 pm
> To:
>
> I have tried both of these and I still get the same outcome. File with the
> extension of .php will not display and file with extensions of .php3 and
> .php4 will display.
>
> David


I have these lines in my httpd.conf file, so Apache will recognize php,
php3, php4, php5, phtml and .inc files as PHP files. And one more for
php source, phps:

LoadModule php5_module        libexec/libphp5.so
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php5
AddType application/x-httpd-php .phtml
AddType application/x-httpd-php .inc
AddType application/x-httpd-php-source .phps



---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss