routes.ini
377 Bytes
; default
routes.index.type = "rewrite"
routes.index.match = "/index.html$"
routes.index.route.module = Index
routes.index.route.controller = Index
routes.index.route.action = Index
; error
routes.notfound.type = "rewrite"
routes.notfound.match = "/error.html$"
routes.notfound.route.module = Index
routes.notfound.route.controller = Error
routes.notfound.route.action = Index