POSCMS主程序目錄的URL結(jié)構(gòu)采用標準“查詢字符串”方法,結(jié)構(gòu)如下
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
其中l(wèi)ocalhost是網(wǎng)站的主域名
文檔最后更新時間:2018-10-12 09:02:19