<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 "File not Found"</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 "headers already sent"?</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 "File not Found"</a></p>\r
-<p> </p>\r
-<h4 class="question"><a name="php"></a>PHP - is it installed and what version \r
+<p class="questionlink"> </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 "File not Found"</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"> </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> </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 "File not Found"</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='mailto:ma%72%74in@%6d%6fo%64%6c%65.o%72g' title='martin@moodle.org'>Suggest \r
a new FAQ</a> (include the answer!)</p>\r