Router fix + Logs API

This commit is contained in:
2022-06-01 11:20:24 +02:00
parent 1fb875fb2c
commit 366dbbd6cf
4 changed files with 125 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ DirectorySlash Off
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
RewriteEngine On
RewriteRule ^api(/.*)?$ /index.php?api=$1 [L,QSA]
RewriteRule ^(api(/.*)?)$ /index.php?api=$1 [L,QSA]
RewriteEngine On
RewriteOptions AllowNoSlash