Protect ".ini" files in the example security stanza. Fixes ticket

This commit is contained in:
Bharat Mediratta 2010-09-29 21:34:31 -07:00
parent f84782d620
commit 1c18200940

View File

@ -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>