Merge pull request #1317 from Hanmac/master

`FollowSymlinks` to be enabled at any times
This commit is contained in:
Fabien Potencier
2022-12-18 10:10:19 +01:00
committed by GitHub
+4
View File
@@ -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.