Update .htaccess

RewriteRule needs FollowSymlinks to be enabled at any times
This commit is contained in:
Hans Mackowiak
2021-12-09 16:29:50 +01:00
committed by GitHub
parent 66581a9890
commit f7267bada3
+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.