联系官方销售客服
1835022288
028-61286886
custom.php 代码
function xb_read_url($index, $data) { $py = \Phpcmf\Service::L('pinyin')->result($index['xiaoshuomingc']); // 把标题转换拼音 $py = dr_rp(str_replace([',', '_', ':', '&', '!', '(', ')', '/', ';', '.', '\''], '-', $py), '--', '-'); return "/novel/".$py."/".$index['id']."-".$data['id'].'/'; }
目前已经可以做到这种地址
伪静态
"novel\/([\w\-]+)\/([0-9]+)\-([0-9]+)" => 'index.php?s=news&c=zhangjie&m=show&id=$3&cid=$2',
访问URL地址 http://www.baidu.com/novel/xiaoshuoming/3904-302317/
如何把上面地址改成这种格式
把内容模块表单里面章节地址字段 变成url
/novel/xiaoshuoming/zhangjie-99/ 最终效果
比如http://www.baidu.com/novel/xiaoshuoming/3904302317/ 或者http://www.baidu.com/novel/xiaoshuoming/302317/小波工作室--标签和API大师
"novel\/([\w\-]+)\/([0-9]+)\-([0-9]+)" => 'index.php?s=news&c=zhangjie&m=show&id=$3&cid=$2',