Skip to content

Commit 11f6dc4

Browse files
Merge forwardport of #11461 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/11461.patch (created by @diglin) based on commit(s): 1. c170b4f 2. fd17ca1 Fixed GitHub Issues in 2.3-develop branch: - #10811: Replace FollowSymLinks with SymLinksIfOwnerMatch (reported by @s3rj1k)
2 parents d59be58 + 8c735e5 commit 11f6dc4

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)