From 03fd6a965e00ff8f4da72f34a69fdf2eec9b3f2a Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 30 Mar 2003 13:54:28 +0000 Subject: [PATCH] Fixed a slight typo --- lang/en/docs/faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/docs/faq.html b/lang/en/docs/faq.html index 3c4b19e26c..9cb1de5282 100644 --- a/lang/en/docs/faq.html +++ b/lang/en/docs/faq.html @@ -27,7 +27,7 @@ The requested URL /moodle/file.php/2/myfile.jpg was not found on this server.

Answer: 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 Install documentation for more details): @@ -37,7 +37,7 @@ a .htaccess file in your local directory (see the -

Note, this will only work for Apache versions 2.x. +

Note, this will ONLY work for Apache versions 2.x.

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 -- 2.39.5