Skip to content

Commit 84938b6

Browse files
committed
Merge branch 'ntr/5.7/readd-htaccess' into '5.7'
NTR - Readd .htacces for vendor See merge request shopware/5/product/shopware!462
2 parents 70a03f1 + 525e2cc commit 84938b6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

vendor/.htaccess

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<Files ~ ".*">
2+
# Deny all requests from Apache 2.4+.
3+
<IfModule mod_authz_core.c>
4+
Require all denied
5+
</IfModule>
6+
7+
# Deny all requests from Apache 2.0-2.2.
8+
<IfModule !mod_authz_core.c>
9+
Deny from all
10+
</IfModule>
11+
</Files>

0 commit comments

Comments
 (0)