This commit is contained in:
Ronald A. Richardson
2023-04-17 19:12:13 +08:00
parent d4b7907f2e
commit e8203317a5
14 changed files with 2238 additions and 21 deletions

2202
api/composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,8 @@
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteRule ^(uploads)($|/) - [L]
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (.+)/$