store main discover file in discover-data dir
[stouyapi.git] / www / .htaccess
index f5ab99b2249bdf949548cf286461a883355bab1b..0396ea87977ed645fca16d9ea90956b23fd6c65b 100644 (file)
@@ -3,3 +3,12 @@ RewriteEngine on
 #rewrite details GET parameter
 RewriteCond %{QUERY_STRING} ^app=([^&]+)
 RewriteRule ^api/v1/details /api/v1/details-data/%1.json?
+
+RewriteRule ^api/v1/apps/(.*)/download$ /api/v1/apps/$1-download.json? [END]
+RewriteRule ^api/v1/apps/(.*)$ /api/v1/apps/$1.json? [END]
+
+RewriteRule ^api/v1/discover/?$ /api/v1/discover-data/discover.json [END]
+RewriteRule ^api/v1/discover/(.+)$ /api/v1/discover-data/$1.json [END]
+
+#this one wants a 204 status code
+RewriteRule ^api/v1/status$ - [R=204,L]