]> git.mjollnir.org Git - moodle.git/commitdiff
Moved most-asked question to the top
authormoodler <moodler>
Sat, 26 Apr 2003 06:02:58 +0000 (06:02 +0000)
committermoodler <moodler>
Sat, 26 Apr 2003 06:02:58 +0000 (06:02 +0000)
lang/en/docs/faq.html

index dad5e8bb1a5822a9f72a602c9db4d926b5758ba8..beb682362c4d99c3bcc48098db1920720eb1568f 100644 (file)
@@ -60,6 +60,8 @@
   <a href="http://moodle.org/doc/?file=install.html">installation instructions</a> \r
   carefully will usually result in a perfectly working system. Here are some of \r
   the most common problems that are encountered:</p>\r
+<p class="questionlink"><a href="#filenotfound">Whenever I try to access or view \r
+  a file that I uploaded, I get an error &quot;File not Found&quot;</a></p>\r
 <p class="questionlink"><a href="#php">PHP - is it installed and what version \r
   do I have?</a></p>\r
 <p class="questionlink"><a href="#blankpages">Why are all my pages blank?</a> \r
   about &quot;headers already sent&quot;?</a></p>\r
 <p class="questionlink"><a href="#failedopen">I keep getting this error: Failed \r
   opening required '/web/moodle/lib/setup.php'</a></p>\r
-<p class="questionlink"><a href="#filenotfound">Whenever I try to access or view \r
-  a file that I uploaded, I get an error &quot;File not Found&quot;</a></p>\r
-<p>&nbsp;</p>\r
-<h4 class="question"><a name="php"></a>PHP - is it installed and what version \r
+<p class="questionlink">&nbsp;</p>\r
+<h3 class="question"><a name="filenotfound"></a>Whenever I try to access or view \r
+  a file that I uploaded, I get an error &quot;File not Found&quot;</h3>\r
+<p class="answer">For example: Not Found: The requested URL /moodle/file.php/2/myfile.jpg \r
+  was not found on this server. </p>\r
+<p class="answer">Your web server needs to be configured to allow the part of \r
+  the URL after a script name to be passed directly to the script. This is usually \r
+  enabled in Apache 1, but is usually disabled by default in Apache 2. To turn \r
+  it on, add this line to your httpd.conf, or to a .htaccess file in your local \r
+  directory (see the <a href="./?file=install.html#webserver">Install documentation</a> \r
+  for more details): </p>\r
+<p class="answercode"><b>AcceptPathInfo</b> on</p>\r
+<p class="answer">Note, this will ONLY work for Apache versions 2.x. </p>\r
+<p class="answer">If you are not using Apache 2 and you still have this problem \r
+  (unlikely) then you can switch Moodle to use an alternative method. The disadvantages \r
+  are a slight loss of performance for your users and you won't be able to use \r
+  relative links within HTML resources. </p>\r
+<p class="answer">To use this alternative method: login as Admin, go into the \r
+  "Configure Variables" page and change the setting for "<b>slasharguments</b>". \r
+  You should now be able to access your uploaded files.</p>\r
+<p class="answer">&nbsp;</p>\r
+  \r
+  <h4 class="question"><a name="php"></a>PHP - is it installed and what version \r
   do I have?</h4>\r
   <p class="answer">Make a new file on your web site called info.php, containing the following \r
     text, and call it from your browser:</p>\r
 <p class="answer">Sometimes people only use the path from their home directory, \r
   or relative to the root of the web server directory.</p>\r
 <h2>&nbsp;</h2>\r
-<h3 class="question"><a name="filenotfound"></a>Whenever I try to access or view \r
-  a file that I uploaded, I get an error &quot;File not Found&quot;</h3>\r
-<p class="answer">For example: Not Found: The requested URL /moodle/file.php/2/myfile.jpg \r
-  was not found on this server. </p>\r
-<p class="answer">Your web server needs to be configured to allow the part of \r
-  the URL after a script name to be passed directly to the script. This is usually \r
-  enabled in Apache 1, but is usually disabled by default in Apache 2. To turn \r
-  it on, add this line to your httpd.conf, or to a .htaccess file in your local \r
-  directory (see the <a href="./?file=install.html#webserver">Install documentation</a> \r
-  for more details): </p>\r
-<p class="answercode"><b>AcceptPathInfo</b> on</p>\r
-<p class="answer">Note, this will ONLY work for Apache versions 2.x. </p>\r
-<p class="answer">If you are not using Apache 2 and you still have this problem \r
-  (unlikely) then you can switch Moodle to use an alternative method. The disadvantages \r
-  are a slight loss of performance for your users and you won't be able to use \r
-  relative links within HTML resources. </p>\r
-<p class="answer">To use this alternative method: login as Admin, go into the \r
-  "Configure Variables" page and change the setting for "<b>slasharguments</b>". \r
-  You should now be able to access your uploaded files.</p>\r
+\r
 <hr>\r
 <p align="center" class="normaltext"><a href='ma&#105&#108t&#111:ma%72%74in@%6d%6fo%64%6c%65.o%72g' title='mar&#116&#105n@&#109oo&#100&#108&#101&#46&#111&#114g'>Suggest \r
   a new FAQ</a> (include the answer!)</p>\r