diff --git a/app/config/routing.yml b/app/config/routing.yml index b6c910da3..7b522a3ac 100644 --- a/app/config/routing.yml +++ b/app/config/routing.yml @@ -91,3 +91,11 @@ recommendationBundleRestRoutes: _personalizedBlockRoutes: resource: "@EzSystemsPersonalizedBlockBundle/Resources/config/routing.yml" + +# Custom redirection from /ez to /admin, feel free to adjust to your needs or remove if you don't need it +platform1_admin_route: + path: /ez + controller: Symfony\Bundle\FrameworkBundle\Controller\RedirectController::urlRedirectAction + defaults: + path: /admin + permanent: true diff --git a/composer.json b/composer.json index fd51cad8e..847548382 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "ezsystems/repository-forms": "^2.0@dev", "ezsystems/ezplatform-solr-search-engine": "^1.5@dev", "ezsystems/ez-support-tools": "^0.2@dev", - "ezsystems/ezplatform-http-cache": "^0.4@dev", + "ezsystems/ezplatform-http-cache": "^0.5@dev", "ezsystems/ezplatform-admin-ui": "^1.0@dev", "ezsystems/ezplatform-admin-ui-modules": "^1.0@dev", "ezsystems/ezplatform-admin-ui-assets": "^2.0@dev",