Skip to content

Commit

Permalink
Fix for issue #10812:
Browse files Browse the repository at this point in the history
- Removed options All from .htaccess. All is the default option.
  • Loading branch information
dverkade committed Jan 2, 2018
1 parent e738316 commit 704960a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pub/media/.htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Options All -Indexes
Options -Indexes

<IfModule mod_php5.c>
php_flag engine 0
Expand Down
2 changes: 1 addition & 1 deletion pub/media/theme_customization/.htaccess
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Options All -Indexes
Options -Indexes
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Expand Down

0 comments on commit 704960a

Please sign in to comment.