Skip to content

Commit 8c735e5

Browse files
⏫ Forwardport of magento/magento2#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: - magento/magento2#10811: Replace FollowSymLinks with SymLinksIfOwnerMatch (reported by @s3rj1k)
1 parent 8e77e2f commit 8c735e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.htaccess.sample

+2-1
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)