API: Support new tag endpoints

This commit is contained in:
Michael 2022-11-27 19:22:41 +00:00
parent 1cecc51796
commit 0e2c2cd0e0
5 changed files with 142 additions and 2 deletions

View file

@ -51,6 +51,6 @@ AddType audio/ogg .oga
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA]
RewriteRule ^(.*)$ index.php?pagename=$1 [E=REMOTE_USER:%{HTTP:Authorization},L,QSA,B]
</IfModule>