From: martin Date: Mon, 16 Sep 2002 06:33:53 +0000 (+0000) Subject: Sample .htaccess file X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=af90e74e59ec31dae70a5b0a52eb35e92273fcf0;p=moodle.git Sample .htaccess file --- 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