把动态地址简略化操作,例如把

index.php?s=member&app=video&c=home&m=index

这种长地址,来自定义一个简单地址

mmm-video-xxx.html


操作方法:

1、打开地址解析规则文件

config/rewrite.php


2、新增代码

"mmm-video-xxx.html" => "index.php?s=member&app=video&c=home&m=index",


3、访问html地址就相当于在访问对应的动态地址