AirFryerRecipes/.htaccess
Christopher Meinhold dd7bdc06f4 Erster Commit
2025-01-19 18:38:13 +01:00

8 lines
193 B
ApacheConf

RewriteEngine On
RewriteBase /
# Weiterleitung aller Anfragen an api.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ api.php?endpoint=$1 [QSA,L]