From d7ea4a225d2504242412a1d1ad93ab97b13b020c Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 25 Sep 2002 16:38:09 +0000 Subject: [PATCH] Info about lib/htaccess --- doc/install.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/install.html b/doc/install.html index 0996825840..b3e2f2611d 100755 --- a/doc/install.html +++ b/doc/install.html @@ -127,6 +127,12 @@

Most distributions of PHP have this turned on by default, but you may want to check it anyway.

+

If you don't have access to httpd.conf or php.ini on your server, another + way you can set both of the above settings (and more) is to put definitions in a + .htaccess file in Moodle's main directory. This only works on Apache servers + and only when Overrides have been allowed. A sample .htaccess file + is included with Moodle (called lib/htaccess) that includes further information. +

 

7. Edit config.php

-- 2.39.5