X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/2baa2dec47c3704029f7d3f2f0a9d43f5bc9bafb..HEAD:/www/.htaccess diff --git a/www/.htaccess b/www/.htaccess index 5ba02ed..8f2efe3 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -30,7 +30,18 @@ RewriteCond %{QUERY_STRING} &only=([^&]+) RewriteCond %{DOCUMENT_ROOT}/api/v1/developers/$1/products/%1.json -f RewriteRule ^api/v1/developers/(.+)/products/ /api/v1/developers/$1/products/%1.json? [END] +#discover homepage +RewriteCond %{HTTP_USER_AGENT} "Forge" +RewriteRule ^api/v1/discover/?$ /api/v1/discover-data/discover.forge.json [END] + RewriteRule ^api/v1/discover/?$ /api/v1/discover-data/discover.json [END] + +#discover category +RewriteCond %{HTTP_USER_AGENT} "Forge" +RewriteCond %{REQUEST_URI} ^/api/v1/discover/(.+)$ +RewriteCond %{DOCUMENT_ROOT}/api/v1/discover-data/$1.forge.json -f +RewriteRule ^api/v1/discover/(.+)$ /api/v1/discover-data/$1.forge.json [END] + RewriteRule ^api/v1/discover/(.+)$ /api/v1/discover-data/$1.json [END] #if directoryslash is on, gamers gets redirected to gamers/ (dir index) @@ -38,6 +49,7 @@ RewriteRule ^api/v1/discover/(.+)$ /api/v1/discover-data/$1.json [END] #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] +RewriteRule ^api/razer/gamer$ /api/v1/gamers/register-error.json [R=400,END] #prevent redirect from gamers/me to gamers/me/