mirror of
https://github.com/ulfgebhardt/host_buergerkomitee.git
synced 2026-02-06 01:45:44 +00:00
3 lines
162 B
ApacheConf
3 lines
162 B
ApacheConf
RewriteEngine On
|
|
RewriteRule ^files/([^/]+)/([^/]+)$ api.php?call=files&cat=$1&id=$2 [L]
|
|
RewriteRule ^cache/([^/]+)/([^/]+)$ api.php?call=cache&id=$1&ident=$2 [L] |