Special partner_builds for Razer Forge TV
[stouyapi.git] / www / .htaccess
index cf607a188bdd70924712c7a7deb3fb2bafc5b863..e016d55e0def48c83a748338b8d42063537ad0b3 100644 (file)
@@ -1,4 +1,16 @@
+#no iso-2022-cn charset for "com.cis.ouya.oth.htm"
+#"RemoveCharset" does not work, so we have to override with AddCharset
+AddCharset UTF-8 .iso2022-cn .cis
+#Fix game/art.var.pgo.htm
+AddHandler default-handler .var
+
 RewriteEngine on
+RewriteBase /
+
+<Files "firmware_builds">
+    ExpiresActive On
+    ExpiresDefault "access plus 1 day"
+</Files>
 
 #rewrite details GET parameter
 RewriteCond %{QUERY_STRING} ^app=([^&]+)
@@ -20,13 +32,26 @@ RewriteRule ^api/v1/discover/?$ /api/v1/discover-data/discover.json [END]
 RewriteRule ^api/v1/discover/(.+)$ /api/v1/discover-data/$1.json [END]
 
 #if directoryslash is on, gamers gets redirected to gamers/ (dir index)
-<Files "/api/v1/gamers">
-    DirectorySlash off
-</Files>
+# the ouya registration does not support redirects there
 #TODO: Use that only for the api/v1/gamers path, not for all
 ErrorDocument 400 /api/v1/gamers/register-error.json
 RewriteRule ^api/v1/gamers$ /api/v1/gamers/register-error.json [R=400,END]
 
+#prevent redirect from gamers/me to gamers/me/
+<Files "me">
+    DirectorySlash Off
+</Files>
+
+#Disable the next two lines to have static usernames only
+RewriteRule ^api/v1/gamers/me$ /api/v1/gamers/me.php [END]
+RewriteRule ^api/v1/sessions$ /api/v1/sessions.php [END]
+
+RewriteRule ^api/v1/gamers/me$ /api/v1/gamers/me.json [END]
+
+#partner builds
+RewriteCond %{HTTP_USER_AGENT} "razer/pearlyn/pearlyn"
+RewriteRule ^api/v1/partner_builds /api/v1/partner_builds.razer-forge-tv [END]
+
 #purchased games/products
 # active buy requests
 RewriteCond %{REQUEST_METHOD} POST