Working marketplace

This commit is contained in:
Cametendo
2026-05-13 15:29:47 +02:00
parent f27498dc26
commit caf81ea4e2
14 changed files with 577 additions and 32 deletions

View File

@@ -30,7 +30,6 @@ Options -Indexes
# such as an image or css document, if this isn't true it sends the
# request to the front controller, index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([\s\S]*)$ index.php/$1 [L,NC,QSA]
# Ensure Authorization header is passed along