主程序目录的URL结构采用标准“查询字符串”方法,结构如下
1、后台URL
http://localhost/admin.php?c=控制器名称&m=方法名称
对应程序文件:/diy/dayrui/controllers/admin/控制器名称.php
2、会员URL
http://localhost/index.php?s=member&c=控制器名称&m=方法名称
对应程序文件:/diy/dayrui/controllers/member/控制器名称.php
3、前端URL
http://localhost/index.php?c=控制器名称&m=方法名称
对应程序文件:/diy/dayrui/controllers/控制器名称.php
其中localhost是网站的主域名
签名:这个人很懒,什么也没有留下!