diff --git a/guacamole/src/main/webapp/app/index/config/indexRouteConfig.js b/guacamole/src/main/webapp/app/index/config/indexRouteConfig.js index 904ab85b4..dd2ec6d68 100644 --- a/guacamole/src/main/webapp/app/index/config/indexRouteConfig.js +++ b/guacamole/src/main/webapp/app/index/config/indexRouteConfig.js @@ -88,7 +88,7 @@ angular.module('index').config(['$routeProvider', '$locationProvider', // Otherwise, reject and reroute else { - $location.url(homePage.url); + $location.path(homePage.url); route.reject(); }