From 39d1fd099ce50a017a9ec81ae227ebf29b5a7366 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 2 Jul 2015 09:17:37 +0200 Subject: [PATCH] tweak follow symlinks options for consistency --- web/.htaccess | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/web/.htaccess b/web/.htaccess index 351052caab..207f78eecc 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -5,9 +5,10 @@ # to each configured DirectoryIndex file (e.g. index.php, index.html, index.pl). DirectoryIndex app.php -# uncomment the following line if you install assets as symlinks -# or run into problems when compiling LESS/Sass/CoffeScript assets -# +# By default, Apache does not evaluate symbolic links if you did not enable this +# feature in your server configuration. Uncomment the following line if you +# install assets as symlinks or if you experience problems related to symlinks +# when compiling LESS/Sass/CoffeScript assets. # Options FollowSymlinks # Disabling MultiViews prevents unwanted negotiation, e.g. "/app" should not resolve