Home > php教程 > php手册 > phpcms手机门户网站配置

phpcms手机门户网站配置

WBOY
Release: 2016-06-13 09:25:32
Original
1392 people have browsed it

phpcms手机门户网站配置

1、确定一个域名作为你手机wap站点的访问域名,例如:http://m.wfuyu.com。接下来在域名管理系统中简析这个域名到你的服务器地址。

2、修改\caches\configs\route.php 文件,增加手机路由地址,方法如下:

return array(
        'default'=>array('m'=>'content', 'c'=>'index', 'a'=>'init'),
        'm.tezhengzong.com'=>array('m'=>'wap', 'c'=>'index', 'a'=>'init'),
);
Copy after login

3、到phpcms后台,模块-》手机门户-》修改 配置相关信息



注意:域名的格式一定要是这样的:http://m.wfuyu.com
4、然后分类管理里添加分类。

5、最后开启,就ok了

然后登陆phpcms后台,模块-》手机门户

1.添加站点


注:一个站点只能添加一个手机门户。喎?http://www.Bkjia.com/kf/ware/vc/" target="_blank" class="keylink">vcD4KPHA+PHN0cm9uZz4yLrncwO3VvrXjIDwvc3Ryb25nPjwvcD4KPHA+1b6149DeuMSjrMm+s/26zbfWwOC1xLncwO2hozwvcD4KPHA+PGltZyBzcmM9"http://www.2cto.com/uploadfile/Collfiles/20140912/20140912090905344.jpg" alt="\">


3.分类管理


输入(或选择)修改(或添加)的内容。点击“提交”完成保存操作。

本文来自程序员人生网 www.wfuyu.com 程序员人生,关注互联网开发


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template