From a82c8111be804228ef274fb3d4b870dd475d618c Mon Sep 17 00:00:00 2001 From: Florian Bastien Date: Thu, 23 Jan 2020 22:19:40 +0100 Subject: [PATCH] [symfony/apache-pack] Better FollowSymlinks suggestion Add "+" before commented out FollowSymlinks option so that it wouldn't overwrite other options --- symfony/apache-pack/1.0/public/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/apache-pack/1.0/public/.htaccess b/symfony/apache-pack/1.0/public/.htaccess index 0379bfca..2776637c 100644 --- a/symfony/apache-pack/1.0/public/.htaccess +++ b/symfony/apache-pack/1.0/public/.htaccess @@ -9,7 +9,7 @@ DirectoryIndex index.php # 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 +# Options +FollowSymlinks # Disabling MultiViews prevents unwanted negotiation, e.g. "/index" should not resolve # to the front controller "/index.php" but be rewritten to "/index.php/index".