projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33683b3
)
bug 753
author
moodler
<moodler>
Sat, 8 May 2004 14:02:18 +0000
(14:02 +0000)
committer
moodler
<moodler>
Sat, 8 May 2004 14:02:18 +0000
(14:02 +0000)
lib/htaccess
patch
|
blob
|
history
diff --git
a/lib/htaccess
b/lib/htaccess
index f330ba874a39d06100f61784d1ad5744a041476c..fd5b576dbe010c8c8d949b6a1aa9d0a6c99d85e0 100644
(file)
--- a/
lib/htaccess
+++ b/
lib/htaccess
@@
-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 .
+
+