Files
barometer-server/api/.htaccess
tom.hempel f1caa9e681
Some checks failed
PHPUnit / test (push) Has been cancelled
initial prototype based on nat-as-server
2026-06-29 12:39:55 +02:00

7 lines
194 B
ApacheConf

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]