Files
emailtemplate.it/api/.htaccess
2026-02-09 01:38:39 +01:00

7 lines
196 B
ApacheConf
Executable File

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]