bug 753
authormoodler <moodler>
Sat, 8 May 2004 14:02:18 +0000 (14:02 +0000)
committermoodler <moodler>
Sat, 8 May 2004 14:02:18 +0000 (14:02 +0000)
lib/htaccess

index f330ba874a39d06100f61784d1ad5744a041476c..fd5b576dbe010c8c8d949b6a1aa9d0a6c99d85e0 100644 (file)
@@ -55,3 +55,12 @@ LimitRequestBody 0
 ### about 404 errors (URL not found).
 
 #ErrorDocument 404 http://example.org/moodle/error/index.php
+
+
+### People have reported that these can help in some cases
+### (unusual) when you see errors about undefined functions
+
+#php_value auto_prepend_file none
+#php_value include_path .
+
+