Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
itchief committed Mar 15, 2022
1 parent e15a96c commit bdb7f71
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions feedback/uploads/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# line below if for Apache 2.4
<ifModule mod_authz_core.c>
Require all denied
</ifModule>

# line below if for Apache 2.2
<ifModule !mod_authz_core.c>
deny from all
Satisfy All
</ifModule>

# section for Apache 2.2 and 2.4
IndexIgnore *

0 comments on commit bdb7f71

Please sign in to comment.