Skip to content

Commit 2270483

Browse files
MAGETWO-82634: [ISSUE-10811][BUGFIX] Update .htaccess.sample to replace FollowSymLin… #11461
2 parents e454edf + fcd6b4a commit 2270483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.htaccess.sample

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
############################################
112112
## enable rewrites
113113

114-
Options +FollowSymLinks
114+
# The following line has better security but add some performance overhead - see https://httpd.apache.org/docs/2.4/en/misc/perf-tuning.html
115+
Options -FollowSymLinks +SymLinksIfOwnerMatch
115116
RewriteEngine on
116117

117118
############################################

0 commit comments

Comments
 (0)