From cd9bdaa07abc69b86be58e2543522f9e28c83dc9 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 5 Feb 2009 00:29:32 +0000 Subject: php_flag -> php_value, guard all with --- .htaccess | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 20170d5e..190ff745 100644 --- a/.htaccess +++ b/.htaccess @@ -1,5 +1,8 @@ -php_flag short_open_tag 1 -php_flag register_globals 0 -php_value upload_max_filesize 20M -php_value post_max_size 100M - + + php_value short_open_tag 1 + php_value magic_quotes_gpc 0 + php_value register_globals 0 + php_value session.auto_start 0 + php_value upload_max_filesize 20M + php_value post_max_size 100M + -- cgit v1.2.3