Skip to content

Commit c170b4f

Browse files
committed
[ISSUE-10811][BUGFIX] Update .htaccess.sample to replace FollowSymLinks with SymLinksIfOwnerMatch
1 parent 08ec8ce commit c170b4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.htaccess.sample

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

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

117119
############################################

0 commit comments

Comments
 (0)