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.
1 parent 08ec8ce commit c170b4fCopy full SHA for c170b4f
.htaccess.sample
@@ -111,7 +111,9 @@
111
############################################
112
## enable rewrites
113
114
- Options +FollowSymLinks
+ # 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
117
RewriteEngine on
118
119
0 commit comments