Skip to content

Commit

Permalink
Added/updated htaccess files for Contao 3 and Apache 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Aug 14, 2013
1 parent 31030a0 commit b470a52
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 6 deletions.
9 changes: 9 additions & 0 deletions isotope/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>
11 changes: 9 additions & 2 deletions system/modules/isotope/assets/.htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
order deny,allow
allow from all
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>
11 changes: 9 additions & 2 deletions system/modules/isotope_multilingual/assets/.htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
order deny,allow
allow from all
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>
9 changes: 9 additions & 0 deletions system/modules/isotope_reports/assets/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>
11 changes: 9 additions & 2 deletions system/modules/isotope_rules/assets/.htaccess
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
order deny,allow
allow from all
<IfModule !mod_authz_core.c>
# Apache 2.2
Order allow,deny
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>

0 comments on commit b470a52

Please sign in to comment.