--- /dev/null
+<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> </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
$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";