mirror of
https://github.com/ulfgebhardt/host_buergerkomitee.git
synced 2026-01-20 19:31:21 +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] |