From 62b8b3ceff627acc5a4220fecff864c1ff9dada5 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Wed, 23 Jul 2014 11:50:27 +0000 Subject: [PATCH] Override "home" route in the installer routes --- src/mibew/configs/routing_install.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/mibew/configs/routing_install.yml b/src/mibew/configs/routing_install.yml index 405182cf..61fd291f 100644 --- a/src/mibew/configs/routing_install.yml +++ b/src/mibew/configs/routing_install.yml @@ -1,3 +1,10 @@ +# Override the home route to allow users use /install.php path to +# the installer. +home: + path: / + defaults: + _controller: Mibew\Controller\InstallController::indexAction + install: path: /install defaults: