@@ -18,6 +18,10 @@ DirectoryIndex index.php
</IfModule>
<IfModule mod_rewrite.c>
+ # 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.
@@ -230,7 +230,7 @@
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "1.0",
- "ref": "9d254a22efca7264203eea98b866f16f944b2f09"
+ "ref": "efb318193e48384eb5c5aadff15396ed698f8ffc"
},
"files": [
"public/.htaccess"