POSCMS主程序目錄的URL結(jié)構(gòu)采用標(biāo)準(zhǔn)“查詢字符串”方法,結(jié)構(gòu)如下
1、后臺(tái)URL
http://localhost/admin.php?c=控制器名稱&m=方法名稱
對應(yīng)程序文件:/diy/dayrui/controllers/admin/控制器名稱.php
2、會(huì)員URL
http://localhost/index.php?s=member&c=控制器名稱&m=方法名稱
對應(yīng)程序文件:/diy/dayrui/controllers/member/控制器名稱.php
3、前端URL
http://localhost/index.php?c=控制器名稱&m=方法名稱
對應(yīng)程序文件:/diy/dayrui/controllers/控制器名稱.php
其中l(wèi)ocalhost是網(wǎng)站的主域名
文檔最后更新時(shí)間:2018-10-12 09:02:19