Browse Source

Update .dist.htaccess

Visman 1 year ago
parent
commit
3d6501ac7c
2 changed files with 6 additions and 0 deletions
  1. 3 0
      .dist.htaccess
  2. 3 0
      public/.dist.htaccess

+ 3 - 0
.dist.htaccess

@@ -4,6 +4,9 @@
 #
 #
 AddDefaultCharset UTF-8
 AddDefaultCharset UTF-8
 
 
+#Options +FollowSymLinks                           # For extensions with symlinks
+##Options -FollowSymLinks +SymLinksIfOwnerMatch    # or this (more security(?), more checks(!!!))
+
 <IfModule mod_autoindex.c>
 <IfModule mod_autoindex.c>
     Options -Indexes
     Options -Indexes
 </IfModule>
 </IfModule>

+ 3 - 0
public/.dist.htaccess

@@ -4,6 +4,9 @@
 #
 #
 AddDefaultCharset UTF-8
 AddDefaultCharset UTF-8
 
 
+#Options +FollowSymLinks                           # For extensions with symlinks
+##Options -FollowSymLinks +SymLinksIfOwnerMatch    # or this (more security(?), more checks(!!!))
+
 <IfModule mod_autoindex.c>
 <IfModule mod_autoindex.c>
     Options -Indexes
     Options -Indexes
 </IfModule>
 </IfModule>