]> git.mjollnir.org Git - moodle.git/commitdiff
Started a Frequently Asked Questions page
authormoodler <moodler>
Mon, 3 Mar 2003 13:18:34 +0000 (13:18 +0000)
committermoodler <moodler>
Mon, 3 Mar 2003 13:18:34 +0000 (13:18 +0000)
lang/en/docs/faq.html [new file with mode: 0644]
lang/en/docs/files.php

diff --git a/lang/en/docs/faq.html b/lang/en/docs/faq.html
new file mode 100644 (file)
index 0000000..6265830
--- /dev/null
@@ -0,0 +1,42 @@
+<HEAD>\r
+    <TITLE>Moodle Docs: Frequently Asked Questions (FAQ)</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
+<h2>Frequently Asked Questions (FAQ)</h2>\r
+<p>This page contains some of the most frequently asked questions with their\r
+   answers.  If you have a problem it may be quickest to check this page first.</p>\r
+\r
+<hr>\r
+<h3>Cannot access uploaded files</h3>\r
+<blockquote>\r
+<p><b>Question:</b>  I have a strange problem with my new installation of Moodle. Whenever I try \r
+to access or view an uploaded resource, whether in the "Files" menu or on the course page, \r
+I get a 404 error like this one:\r
+<blockquote>\r
+Not Found<br>\r
+The requested URL /moodle/file.php/2/myfile.jpg was not found on this server. \r
+</blockquote>\r
+</blockquote>\r
+</p>\r
+\r
+<blockquote>\r
+<hr>\r
+<p><b>Answer:</b> Some web servers don't support this method of passing arguments to a script.</p>\r
+<p>As Admin, go into the "Configure Variables" page and change the setting for \r
+   "slasharguments".  You should now be able to access your uploaded files.</p>\r
+</blockquote>\r
+\r
+\r
+\r
+\r
+<hr>\r
+\r
+\r
+<P>&nbsp;</P>\r
+<P ALIGN="CENTER"><FONT SIZE="1"><A HREF="." TARGET="_top">Moodle Documentation</A></FONT></P>\r
+<P ALIGN="CENTER"><FONT SIZE="1">Version: $Id$</FONT></P>\r
+\r
+</BODY>\r
index 85af408ef69821a8cf9f5cf0b8a0242a6cda2476..dae94d124eb1d40caf663c3ed00add33749a06ad 100644 (file)
@@ -7,6 +7,7 @@ $string['features.html'] = "Features";
 $string['release.html'] = "Release Notes";
 $string['install.html'] = "Installation";
 $string['upgrade.html'] = "Upgrading";
+$string['faq.html'] = "FAQ";
 $string['teacher.html'] = "Teacher Manual";
 $string['developer.html'] = "Developer Manual";
 $string['cvs.html'] = "Using CVS";