Skip to content

Commit 610ac3f

Browse files
committed
MAGETWO-86298: [Backport to 2.1-develop] Fix #10812: htaccess Options override #12959
- Merge Pull Request #12959 from dverkade/magento2:2.1-htaccess-Options-override - Merged commits: 1. 704960a
2 parents e738316 + 704960a commit 610ac3f

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)