"zhidao\/(.+)" => "index.php?s=tag&name=$1", // tag插件
"zhidao\/(.+)\-([0-9]+)" => "index.php?s=tag&name=$1&page=$2", // tag插件分页
"zhidao" => "index.php?s=tag", // tag插件聚合首页
"zhidao\/p([0-9]+)" => "index.php?s=tag&page=$1", // tag插件聚合首页分页
"([\w\\/]+)" => "index.php?c=category&dir=$1", //【共享栏目测试规则】模块栏目列表({pdirname}/)
"([\w\\/]+)\/list_([0-9]+)\.html" => "index.php?c=category&dir=$1&page=$2", //【共享栏目测试规则】模块栏目列表(分页)({pdirname}/list_{page}.html)
"zz\/wzml\/(.+)\.html" => "index.php?s=zhanzhang&c=show&field=url0&value=$1",
"sh\/renwu\/(.+)\.html" => "index.php?s=shenghuo&c=show&field=url0&value=$1",
"sh\/jingdian\/(.+)\.html" => "index.php?s=shenghuo&c=show&field=url0&value=$1",
"zs\/(.+)\.html" => "index.php?s=zhishi&c=show&field=url0&value=$1",
"wx\/xiaoshuo\/(.+)\.html" => "index.php?s=wenxue&c=show&field=url0&value=$1",
"yx\/jibing\/(.+)\.html" => "index.php?s=yixue&c=show&field=url0&value=$1",
"qt\/kdbk\/(.+)\.html" => "index.php?s=qita&c=show&field=url0&value=$1",
"qt\/hua\/(.+)\.html" => "index.php?s=qita&c=show&field=url0&value=$1",
"zhidao\/(.+)" => "index.php?s=tag&name=$1", // tag插件
"zhidao\/(.+)\-([0-9]+)" => "index.php?s=tag&name=$1&page=$2", // tag插件分页
"zhidao" => "index.php?s=tag", // tag插件聚合首页
"zhidao\/p([0-9]+)" => "index.php?s=tag&page=$1", // tag插件聚合首页分页
'sitemap.txt' => 'index.php?s=sitemap&page=999', // 地图规则
'sitemap.xml' => 'index.php?s=sitemap&c=home&m=xml&page=998', // 地图规则这个伪静态规则有冲突. tag页面好使.列表分页就不好使..谁可以帮忙解决下呢?
"([\w\\/]+)\/list_([0-9]+)\.html" => "index.php?c=category&dir=$1&page=$2", //【共享栏目测试规则】模块栏目列表(分页)({pdirname}/list_{page}.html) "([\w\\/]+)" => "index.php?c=category&dir=$1", //【共享栏目测试规则】模块栏目列表({pdirname}/)这两组改变下顺序然后放在最下方,他最重了,应该放最后
这2条有冲突.....