From: moodler 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. 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:
+Frequently Asked Questions (FAQ)
+
+Cannot access uploaded files
+
+
+
+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.
+
+ +
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";