From 41abaa20d8150db71734431ea75d1c2a7afb5282 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 8 Jan 2023 19:16:12 +0100 Subject: [PATCH] feat(update): apply recipes:update symfony/apache-pack --- public/.htaccess | 4 ++++ symfony.lock | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/public/.htaccess b/public/.htaccess index 2776637..3853fa9 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -18,6 +18,10 @@ DirectoryIndex index.php + # This Option needs to be enabled for RewriteRule, otherwise it will show an error like + # 'Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden' + Options +FollowSymlinks + RewriteEngine On # Determine the RewriteBase automatically and set it as environment variable. diff --git a/symfony.lock b/symfony.lock index e02ae31..eeecd0a 100644 --- a/symfony.lock +++ b/symfony.lock @@ -292,9 +292,9 @@ "version": "1.0", "recipe": { "repo": "github.com/symfony/recipes-contrib", - "branch": "master", + "branch": "main", "version": "1.0", - "ref": "71599f5b0fdeeeec0fb90e9b17c85e6f5e1350c1" + "ref": "efb318193e48384eb5c5aadff15396ed698f8ffc" }, "files": [ "public/.htaccess"