From 3df63c9ab265430b11b3a136f06433f512d8c40c Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Jan 2010 03:26:42 +0100 Subject: Update local-php.conf to use FilesMatch (not AddType). --- apache2/conf.d/local-php.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'apache2') diff --git a/apache2/conf.d/local-php.conf b/apache2/conf.d/local-php.conf index 2973fe7..f427805 100644 --- a/apache2/conf.d/local-php.conf +++ b/apache2/conf.d/local-php.conf @@ -1,2 +1,6 @@ -AddType application/x-httpd-php .php .phtml .php3 -AddType application/x-httpd-php-source .phps + + SetHandler application/x-httpd-php + + + SetHandler application/x-httpd-php-source + -- cgit v1.2.3