From: moodler Date: Mon, 3 Mar 2003 13:18:34 +0000 (+0000) Subject: Started a Frequently Asked Questions page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=43f2302fdf6638afeba877442ce8f59d9adc1b1c;p=moodle.git Started a Frequently Asked Questions page --- diff --git a/lang/en/docs/faq.html b/lang/en/docs/faq.html new file mode 100644 index 0000000000..6265830082 --- /dev/null +++ b/lang/en/docs/faq.html @@ -0,0 +1,42 @@ + + Moodle Docs: Frequently Asked Questions (FAQ) + + + + + +

Frequently Asked Questions (FAQ)

+

This page contains some of the most frequently asked questions with their + answers. If you have a problem it may be quickest to check this page first.

+ +
+

Cannot access uploaded files

+
+

Question: I have a strange problem with my new installation of Moodle. Whenever I try +to access or view an uploaded resource, whether in the "Files" menu or on the course page, +I get a 404 error like this one: +

+Not Found
+The requested URL /moodle/file.php/2/myfile.jpg was not found on this server. +
+
+

+ +
+
+

Answer: Some web servers don't support this method of passing arguments to a script.

+

As Admin, go into the "Configure Variables" page and change the setting for + "slasharguments". You should now be able to access your uploaded files.

+
+ + + + +
+ + +

 

+

Moodle Documentation

+

Version: $Id$

+ + diff --git a/lang/en/docs/files.php b/lang/en/docs/files.php index 85af408ef6..dae94d124e 100644 --- a/lang/en/docs/files.php +++ b/lang/en/docs/files.php @@ -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";