summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2000-05-29 09:46:35 +0000
committerDries Buytaert <dries@buytaert.net>2000-05-29 09:46:35 +0000
commitfd13be20cf68f9a883a840a42e6876dfe2e8ccd2 (patch)
tree68a26c35f890c209c0602950c16fe783fc348cf1 /.htaccess
parentff18c8e1a4ea0f731347b6f8ac950b0bb9c01409 (diff)
downloadbrdo-fd13be20cf68f9a883a840a42e6876dfe2e8ccd2.tar.gz
brdo-fd13be20cf68f9a883a840a42e6876dfe2e8ccd2.tar.bz2
sorry - small typoe
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index d41ba7773..f9d846ddc 100644
--- a/.htaccess
+++ b/.htaccess
@@ -11,7 +11,7 @@
# .inc files can be read from the web so make sure we keep it
# away from the casual prying eyes. Especially `config.inc'.
<Files *.inc>
- order deny, allow
+ order deny,allow
deny from all
</Files>