first version of build script that builds apps + details pages
[stouyapi.git] / www / .htaccess
diff --git a/www/.htaccess b/www/.htaccess
new file mode 100644 (file)
index 0000000..f5ab99b
--- /dev/null
@@ -0,0 +1,5 @@
+RewriteEngine on
+
+#rewrite details GET parameter
+RewriteCond %{QUERY_STRING} ^app=([^&]+)
+RewriteRule ^api/v1/details /api/v1/details-data/%1.json?