We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e454edf + fcd6b4a commit 2270483Copy full SHA for 2270483
.htaccess.sample
@@ -111,7 +111,8 @@
111
############################################
112
## enable rewrites
113
114
- Options +FollowSymLinks
+ # 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
116
RewriteEngine on
117
118
0 commit comments