Started on the zend tutorial application. Can't make
zf2-tutorial.localhost/album/
map to
zf2-tutorial.localhost/album/index
But using zf2-tutorial.localhost/album/index
calls the index action.
Have already set the default action as 'index'
Started on the zend tutorial application. Can't make
zf2-tutorial.localhost/album/
map to
zf2-tutorial.localhost/album/index
But using zf2-tutorial.localhost/album/index
calls the index action.
Have already set the default action as 'index'
Change the line:
'route' => '/album[/:action][/:id]'
To:
'route' => '/album/[/:action][/:id]',
in module.config.php
of album module