X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/5060373c18331dbd58af36c81b930c1cdaf66961..4d2b9288d5403294fe6541358341986910e43c36:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index 1587472..e12ed60 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -39,3 +39,9 @@ RewriteRule ^api/v1/search /api/v1/search-data/%1.json? [END] #this one wants a 204 status code RewriteRule ^api/v1/status$ - [R=204,L] + +#push-to-my-ouya needs php scripting support +RewriteRule ^api/v1/queued_downloads?$ /api/v1/queued_downloads.php [END] + +RewriteCond %{REQUEST_METHOD} DELETE +RewriteRule ^api/v1/queued_downloads/(.+)?$ /api/v1/queued_downloads_delete.php?game=$1 [END]