POSCMS插件的URL结构采用标准“查询字符串”方法,结构如下

    1、后台URL

    /diy/app/应用插件目录名称/controllers/admin/控制器名称.php

    http://localhost/admin.php?s=应用插件目录名称&c=控制器名称&m=方法名称

    2、会员URL

    /diy/app/应用插件目录名称/controllers/member/控制器名称.php

    http://localhost/index.php?s=member&app=应用插件目录名称&c=控制器名称&m=方法名称

    3、前端URL

    /diy/app/应用插件目录名称/controllers/控制器名称.php

    http://localhost/index.php?s=应用插件目录名称&c=控制器名称&m=方法名称

    其中localhost是网站的主域名

    文档最后更新时间:2018-10-12 05:01:14