Skip to content

Commit

Permalink
[FEATURE] use SymLinksIfOwnerMatch in .htaccess
Browse files Browse the repository at this point in the history
Fixes: #25
  • Loading branch information
Felix Oertel committed Jul 21, 2014
1 parent 46147ae commit 187c858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/Apache/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ AddDefaultCharset utf-8
# ------------------------------------------------------------------------------
<IfModule mod_rewrite.c>

Options +FollowSymlinks
Options +SymLinksIfOwnerMatch

# Enable URL rewriting
RewriteEngine On
Expand Down Expand Up @@ -228,4 +228,4 @@ FileETag None
ExpiresByType font/opentype "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"

</IfModule>
</IfModule>

0 comments on commit 187c858

Please sign in to comment.