From a59d47046d9bc71a0f13a9bc24c675038068ebff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Jan 2013 11:14:28 +0100 Subject: php: fix php.conf for MultiViews --- php.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'php.conf') diff --git a/php.conf b/php.conf index 075ccaa..201efb7 100644 --- a/php.conf +++ b/php.conf @@ -4,6 +4,8 @@ SetHandler application/x-httpd-php +# Need for Multiviews +AddType text/html .php # # Add index.php to the list of files that will be served as directory -- cgit