adasd
This commit is contained in:
6
api/.htaccess
Normal file
6
api/.htaccess
Normal file
@@ -0,0 +1,6 @@
|
||||
RewriteEngine On
|
||||
|
||||
# Route all requests (except existing files/dirs) to the API front controller
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^ index.php [L]
|
||||
Reference in New Issue
Block a user