X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/fb50f19234c725fabe38814422c9e5e84df25f14..d78e75a54d3433efd32af3f87d9dabc8037f78a7:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index cf607a1..2c5ece0 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1,4 +1,10 @@ RewriteEngine on +RewriteBase / + + + ExpiresActive On + ExpiresDefault "access plus 1 day" + #rewrite details GET parameter RewriteCond %{QUERY_STRING} ^app=([^&]+) @@ -20,13 +26,17 @@ 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) - - DirectorySlash off - +# 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/ + + DirectorySlash Off + +RewriteRule ^api/v1/gamers/me$ /api/v1/gamers/me.json [END] + #purchased games/products # active buy requests RewriteCond %{REQUEST_METHOD} POST