https://m.jb51.net/article/104729.htm
/phpcms/modules/wap/index.php
index.php 82行栏目
这个函数下: public function nav()
//header('Location: index.php?m=wap&c=index&a='.$com['0'].'&catid='.$catid.'');
header('Location: waplist-'.$com['0'].'-'.$catid.'.html');
RewriteRule ^waplist-([a-zA-Z]+)-([0-9]+).html index.php?m=wap&c=index&a=$1&catid=$2
/phpcms/modules/wap/functions/global.func.php
global.func.php 35行栏目
这个函数下:function show_url($catid, $id, $typeid='')
//return WAP_SITEURL."&a=show&catid=$catid&typeid=$typeid&id=$id";
return "/wapshow-$catid-$id".'.html';
RewriteRule ^wapshow-([0-9]+)-([0-9]+).html index.php?m=wap&siteid=1&a=show&catid=$1&typeid=&id=$2