Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 7b43edb

Browse files
committed
Merge branch '2.3' into 2.6
* 2.3: updated VENDORS for 2.3.31 tweak follow symlinks options for consistency
2 parents 750358c + c42425f commit 7b43edb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web/.htaccess

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
# to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl).
66
DirectoryIndex app.php
77

8-
# uncomment the following line if you install assets as symlinks
9-
# or run into problems when compiling LESS/Sass/CoffeScript assets
10-
#
8+
# By default, Apache does not evaluate symbolic links if you did not enable this
9+
# feature in your server configuration. Uncomment the following line if you
10+
# install assets as symlinks or if you experience problems related to symlinks
11+
# when compiling LESS/Sass/CoffeScript assets.
1112
# Options FollowSymlinks
1213

1314
# Disabling MultiViews prevents unwanted negotiation, e.g. "/app" should not resolve

0 commit comments

Comments
 (0)