release notes ("Update notes") for razer forge tv
[stouyapi.git] / www / .htaccess
index aac7ec673ce71e3bac996333556374e382d00fcc..8a9dc04187e7685c1c5111a58efaaca8d066dd6a 100644 (file)
@@ -4,6 +4,8 @@ AddCharset UTF-8 .iso2022-cn .cis
 #Fix game/art.var.pgo.htm
 AddHandler default-handler .var
 
+DirectorySlash Off
+
 RewriteEngine on
 RewriteBase /
 
@@ -48,6 +50,12 @@ 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.json [END]
+
+RewriteRule ^api/v1/partner_builds$ /api/v1/partner_builds.json [END]
+
 #purchased games/products
 # active buy requests
 RewriteCond %{REQUEST_METHOD} POST