routes.ini 815 Bytes
routes.inicio.type = "rewrite"
routes.inicio.match = "/lzys"
routes.inicio.route.module = Index
routes.inicio.route.controller = index
routes.inicio.route.action = index

routes.worldcup.type = "rewrite"
routes.worldcup.match = "/(FIFA-World-Cup)$"
routes.worldcup.route.module = Huodong
routes.worldcup.route.controller = Worldcup
routes.worldcup.route.action = Index

routes.product.type = "regex"
routes.product.match = "#/product/pro_([0-9]+)_([0-9]+)/*#"
routes.product.route.module = Item
routes.product.route.controller = Index
routes.product.route.action = Index
routes.product.map.1 = product_id
routes.product.map.2 = goods_id

routes.ssy.type = "rewrite"
routes.ssy.match = "/get-red-envelope-1111.html"
routes.ssy.route.module = Huodong
routes.ssy.route.controller = Ssy
routes.ssy.route.action = Index