本程序免费且开源仅供内部学习和交流使用,没有内置任何数据,请在遵守当地法律的前提下使用本站程序!
对用户在使用过程中的自行维护的信息内容本站不负任何责任!
前台页面的一切展示均为html+css+js配合系统标签来实现,如需修改显示内容请学习《模板标签手册》This program is for internal learning and communication only, there is no built-in data, please follow local laws, please use this site program!
The user in the process of self-maintenance of the information content of this site is not responsible!
All displays on the front desk page are implemented with the system label, if you need to modify the display content please learn the relevant label documentation!
专题、留言本、评论、文章、网址导航、视频、明星、角色、剧情、用户中心等!
更多内容请参阅程序包内说明文档!
不再内置默认模板,如果需要请自行搜索引擎查找!
1、伪静态如何开启?
后台 》 系统 》URL地址配置 》路由伪静态设置
路由状态,设置开启
伪静态状态,设置开启
下一步需要在服务器设置。
apache与iis所需伪静态规则,在下载程序压缩包中的【说明文档】文件夹下的【伪静态规则】文件
如果不清楚伪静态文件作用,则全部上传到网站根目录即可。
额外提一句的是,使用Nginx,需要在
宝塔——网站——配置文件,加入下面规则即可。
location / { if (!-e $request_filename) { rewrite ^/index.php(.*)$ /index.php?s=$1 last; rewrite ^/admin.php(.*)$ /admin.php?s=$1 last; rewrite ^/api.php(.*)$ /api.php?s=$1 last; rewrite ^(.*)$ /index.php?s=$1 last; break; } }
苹果cms纯净版,剥离了所有与苹果cms官网通信,关闭更新提示和后台更新服务,完全干净!播放器专用player.js完全开源无加密无远程调用版本!