Skip to content

Commit

Permalink
Revert to previous htaccess to prevent issue with some Apache install
Browse files Browse the repository at this point in the history
  • Loading branch information
remyperona committed Mar 2, 2017
1 parent 5869a18 commit e242354
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions min/.htaccess
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<FilesMatch "index.php">
<IfModule !mod_authz_core.c>
Allow from all
</IfModule>
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</FilesMatch>
<Files index.php>
Allow from all
</Files>

<IfModule mod_rewrite.c>
RewriteEngine on
Expand Down

0 comments on commit e242354

Please sign in to comment.