37970-vm/api/v1/.htaccess
2026-01-30 16:28:00 +00:00

5 lines
138 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?request=/$1 [QSA,L]