From af90e74e59ec31dae70a5b0a52eb35e92273fcf0 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 16 Sep 2002 06:33:53 +0000 Subject: [PATCH] Sample .htaccess file --- lib/htaccess | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/htaccess diff --git a/lib/htaccess b/lib/htaccess new file mode 100644 index 0000000000..37ce6d5da9 --- /dev/null +++ b/lib/htaccess @@ -0,0 +1,7 @@ +# On some PHP servers it may help if this file is copied +# to the main moodle directory and renamed .htacess +# +php_value magic_quotes_gpc 1 +php_value file_uploads 1 +#php_value upload_max_filesize 2M +#php_value post_max_size 2M -- 2.39.5