/module/modulename/config/module.config.php
'router' => array(
'routes' => array(
'home' => array(
'type' => 'Zend\Mvc\Router\Http\Literal',
'options' => array(
'route' => '/',
'defaults' => array(
'controller' => 'Account\Controller\Index',
'action' => 'index',
),
),
),
),
);
No comments:
Post a Comment