From b7b3d19833e5d461387a25652f510716a934ad93 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Wed, 15 Aug 2007 14:25:32 +0000 Subject: [PATCH] KTS-2099 ".htaccess not configure for php5" Updated. Now uses mod_php5.c. --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 0997791..769bc63 100644 --- a/.htaccess +++ b/.htaccess @@ -21,7 +21,7 @@ # The default .htaccess settings ensure that no workarounds occur in the # PHP code, leading to better performance and robustness. # - + php_value default_mimetype text/html php_value auto_prepend_file none php_value auto_append_file none @@ -66,7 +66,7 @@ Options +SymLinksIfOwnerMatch # size for testing and most usage patterns, as increased sizes may allow # malicious users to use up resources. # - + php_value upload_max_filesize -1 php_value post_max_size 2000M php_value memory_limit -1 -- libgit2 0.21.4