ApiDrkDdl/Neu/.htaccess
2025-01-24 21:08:32 +01:00

7 lines
180 B
ApacheConf

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