diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-09-29 21:34:31 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-09-29 21:34:31 -0700 |
commit | 1c1820094083a1011e96d86160185b78c5982ddd (patch) | |
tree | 5b48c6e71c090161dfabc296be2292ba7270a0d8 | |
parent | f84782d6200efb424731c93bd029c7cbeb9f3dad (diff) |
Protect ".ini" files in the example security stanza. Fixes ticket
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ # in your Apache2 config file before you uncomment this block or # you'll get an "Internal Server Error". # -# <FilesMatch "(\.(class|fla|inc|sql|txt|gitignore)|(README|LICENSE))$"> +# <FilesMatch "(\.(class|fla|gitignore|inc|ini|sql|txt)|(README|LICENSE))$"> # Order deny,allow # Deny from all # </FilesMatch> |