Skip to content

Commit df89bea

Browse files
committed
Hotfix update .htaccess
1 parent 45dcb33 commit df89bea

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- "5.5"
66
- "5.6"
77
- "7.0"
8+
- "7.1"
89

910
env:
1011
- CONTAO_VERSION=~3.5.5

contao/html/.htaccess

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
order deny,allow
2-
deny from all
1+
<IfModule mod_authz_core.c>
2+
Require all granted
3+
</IfModule>
4+
<IfModule !mod_authz_core.c>
5+
Order Deny,Allow
6+
Allow from all
7+
</IfModule>

0 commit comments

Comments
 (0)