Skip to content

Commit fcd6b4a

Browse files
committed
MAGETWO-82634: [ISSUE-10811][BUGFIX] Update .htaccess.sample to replace FollowSymLin… #11461
- Merge Pull Request #11461 from diglin/magento2:issues/10811 - Merged commits: 1. c170b4f 2. fd17ca1
2 parents 884d717 + fd17ca1 commit fcd6b4a

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)