add authentication
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marko
2023-11-10 15:12:34 +01:00
parent ae7c9df246
commit d661a2cbbc
6 changed files with 448 additions and 291 deletions

View File

@@ -20,7 +20,7 @@ DirectoryIndex index.php
<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
#Options +FollowSymlinks
RewriteEngine On
@@ -67,4 +67,4 @@ DirectoryIndex index.php
RedirectMatch 307 ^/$ /index.php/
# RedirectTemp cannot be used instead
</IfModule>
</IfModule>
</IfModule>