Skip to content

Commit 704960a

Browse files
committed
Fix for issue #10812:
- Removed options All from .htaccess. All is the default option.
1 parent e738316 commit 704960a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pub/media/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Options All -Indexes
1+
Options -Indexes
22

33
<IfModule mod_php5.c>
44
php_flag engine 0

pub/media/theme_customization/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Options All -Indexes
1+
Options -Indexes
22
<Files ~ "\.xml$">
33
Order allow,deny
44
Deny from all

0 commit comments

Comments
 (0)