diff --git a/routers/routes/routes.go b/routers/routes/routes.go index fad2724d2f..48d1dc6a7f 100644 --- a/routers/routes/routes.go +++ b/routers/routes/routes.go @@ -106,7 +106,7 @@ func NewMacaron() *macaron.Macaron { Langs: setting.Langs, Names: setting.Names, DefaultLang: "en-US", - Redirect: true, + Redirect: false, })) m.Use(cache.Cacher(cache.Options{ Adapter: setting.CacheService.Adapter,