<HEAD>\r
<TITLE>Moodle Docs: Installation</TITLE>\r
<LINK REL="stylesheet" HREF="../theme/standard/styles.php" TYPE="TEXT/CSS">\r
+ <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">\r
</HEAD>\r
\r
<BODY BGCOLOR="#FFFFFF">\r
have things set differently. These are defined in PHP's configuration\r
file (usually called php.ini):</p>\r
<blockquote>\r
-<pre>file_uploads = 1\r
-magic_quotes_gpc = 1\r
-short_open_tag = 1\r
-session.auto_start = 0\r
+<pre>file_uploads = On\r
+magic_quotes_gpc = On\r
+short_open_tag = On\r
+session.auto_start = Off\r
</pre>\r
</blockquote>\r
<p>If you don't have access to httpd.conf or php.ini on your server, or you \r
This only works on Apache servers and only when Overrides have been allowed.\r
<BLOCKQUOTE><PRE>\r
DirectoryIndex index.php index.html index.htm\r
-php_value magic_quotes_gpc 1\r
-php_value file_uploads 1\r
-php_value short_open_tag 1\r
-php_value session.auto_start 0</BLOCKQUOTE></PRE>\r
+php_value magic_quotes_gpc On\r
+php_value file_uploads On\r
+php_value short_open_tag On\r
+php_value session.auto_start Off</BLOCKQUOTE></PRE>\r
<P>You can also do things like define the maximum size for uploaded files:\r
<BLOCKQUOTE><PRE>\r
php_value upload_max_filesize 2M\r