Skip to content
Snippets Groups Projects
Commit 087e73cb authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #8334 from owncloud/protect-co

Preventing access to the config folder
parents 435672fe c92a1384
No related branches found
No related tags found
No related merge requests found
# line below if for Apache 2.4
<ifModule mod_authz_core>
Require all denied
</ifModule>
# line below if for Apache 2.2
<ifModule !mod_authz_core>
deny from all
</ifModule>
# section for Apache 2.2 and 2.4
IndexIgnore *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment