Skip to content

Commit

Permalink
Merge branch 'ntr/5.7/readd-htaccess' into '5.7'
Browse files Browse the repository at this point in the history
NTR - Readd .htacces for vendor

See merge request shopware/5/product/shopware!462
  • Loading branch information
shyim committed Nov 10, 2020
2 parents 70a03f1 + 525e2cc commit 84938b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vendor/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Files ~ ".*">
# Deny all requests from Apache 2.4+.
<IfModule mod_authz_core.c>
Require all denied
</IfModule>

# Deny all requests from Apache 2.0-2.2.
<IfModule !mod_authz_core.c>
Deny from all
</IfModule>
</Files>

0 comments on commit 84938b6

Please sign in to comment.