diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-25 12:27:05 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-25 12:27:05 +0000 |
commit | 6336f2176cf12e195248a96118d5513d79fc652c (patch) | |
tree | 6dd3084d0461577faef190bcac372b5c9817f316 /htaccess_dist | |
parent | 7dffca0c05420e9734726a6d053b31305e9cda25 (diff) | |
download | elgg-6336f2176cf12e195248a96118d5513d79fc652c.tar.gz elgg-6336f2176cf12e195248a96118d5513d79fc652c.tar.bz2 |
Closes #800: Fixes typo
git-svn-id: https://code.elgg.org/elgg/trunk@2942 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'htaccess_dist')
-rw-r--r-- | htaccess_dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htaccess_dist b/htaccess_dist index 9e4ff07d8..100d635d7 100644 --- a/htaccess_dist +++ b/htaccess_dist @@ -10,7 +10,7 @@ RedirectMatch 302 .* index.php
</IfModule>
-<Files "htaccess-dist">
+<Files "htaccess_dist">
order allow,deny
deny from all
</Files>
|