Files
emailtemplate.it/api/.htaccess
2025-12-28 01:13:43 +01:00

7 lines
196 B
ApacheConf

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]