Skip to content

Commit

Permalink
Fixed a slight typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 30, 2003
1 parent 0d0baab commit 03fd6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/en/docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Cannot access uploaded files</h3>
<p><b>Answer:</b> Your web server needs to be configured to allow the part of the URL
after a script name to be passed directly to the script. This is
usually enabled in Apache 1, but is usually disabled by default in
Apache 2. To turn it on, add these lines to your httpd.conf, or to
Apache 2. To turn it on, add this line to your httpd.conf, or to
a .htaccess file in your local directory (see the
<A HREF="./?file=install.html#webserver">Install documentation</A> for more details):

Expand All @@ -37,7 +37,7 @@ <h3>Cannot access uploaded files</h3>
</pre>
</blockquote>

<p>Note, this will only work for Apache versions 2.x.
<p>Note, this will ONLY work for Apache versions 2.x.

<p>If you are not using Apache 2 and you still have this problem (unlikely) then you
can switch Moodle to use an alternative method. The disadvantages are a slight loss of
Expand Down

0 comments on commit 03fd6a9

Please sign in to comment.