Hi all,
Right now ZF defaults to /
I would really like / to redirect to /sort/all
I've changed my default route in routes.ini to
routes.default.route = "/:controller/:filter"
routes.default.defaults.controller = sort
routes.default.defaults.action = sort
routes.default.defaults.filter = all
which displays correctly but the URL doesn't change.
I don't want a user to bring up / , but i still have /contact /about so i can't just move the install path
Its probably an htaccess issue, but i didn't want to break zend default dispatching.