Skip to content

Commit f2375e1

Browse files
committed
默认关闭路由
1 parent b1434ab commit f2375e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Application/Home/Conf/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return array(
4-
'URL_ROUTER_ON' => true, // 开启路由
4+
'URL_ROUTER_ON' => false, // 开启路由
55
'URL_ROUTE_RULES' => array( // 路由规则
66
'category/:cid\d'=>'Index/category', // 分类路由
77
'tag/:tid\d'=>'Index/tag', // 标签路由

Template/default/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

0 commit comments

Comments
 (0)