initial prototype based on nat-as-server
Some checks failed
PHPUnit / test (push) Has been cancelled
Some checks failed
PHPUnit / test (push) Has been cancelled
This commit is contained in:
6
api/.htaccess
Normal file
6
api/.htaccess
Normal file
@ -0,0 +1,6 @@
|
||||
RewriteEngine On
|
||||
|
||||
# Let the front controller handle everything except itself
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteCond %{REQUEST_URI} !=/api/index.php
|
||||
RewriteRule ^(.*)$ index.php [QSA,L]
|
||||
Reference in New Issue
Block a user