summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-11-28 09:39:13 +0000
committerDries Buytaert <dries@buytaert.net>2008-11-28 09:39:13 +0000
commit9b391c2e6ec9eee45a4ac701e3ee5104372b04d8 (patch)
treea5790b43c9f0e5007ad6750b269da7424fed871f /.htaccess
parent1bbafcc96744e03170b72fa2a423438ce618943f (diff)
downloadbrdo-9b391c2e6ec9eee45a4ac701e3ee5104372b04d8.tar.gz
brdo-9b391c2e6ec9eee45a4ac701e3ee5104372b04d8.tar.bz2
- Patch #281131 by Damien Tournoud: document the missing quote in .htaccess.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index fda44d32f..35af76ca7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -18,6 +18,7 @@ ErrorDocument 404 /index.php
# Force simple error message for requests for non-existent favicon.ico.
<Files favicon.ico>
+ # There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404 "The requested file favicon.ico was not found.
</Files>