> -------- Original Message --------
> Subject: RE: Apache, PHP, and PHPGroupware
> From: "David Demland" <demland@cox.net>
> Date: Sat, January 08, 2005 7:33 pm
> To: plug-discuss@lists.plug.phoenix.az.us
>
> 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 -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss