htaccess...

This commit is contained in:
Ulf Gebhardt 2017-04-04 15:09:06 +02:00
parent 00c1e7ea81
commit 2f82ce2e19

3
.htaccess Normal file
View File

@ -0,0 +1,3 @@
RewriteEngine On
RewriteRule ^files/([^/]+)/([^/]+)$ api.php?call=files&cat=$1&id=$2 [L]
RewriteRule ^cache/([^/]+)/([^/]+)$ api.php?call=cache&id=$1&ident=$2 [L]