上传者: lsz006
|
上传时间: 2022-01-04 19:43:52
|
文件大小: 1.21MB
|
文件类型: -
1.将此文件夹上传到网站根目录
2.打开自己站点网址,如:example.com,或loaclhost
3.第一次安装时打开网址:example.com/admin.php和example.com/mobile/admin.php登记管理员信息,因为移动版实则是另一套Glype程序,所以需要登记两次管理员信息,且互相独立
4.开始自由网上冲浪
注意事项:
1.PC/移动端调转依据Apache的.htaccess文件进行判别,安装时注意确认.htaccess已覆盖。
2..htaccess文件需要依据自己网站进行修改:
RewriteEngine on
# Uncomment the following lines to force HTTPS
# WordPress Defaults
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteCond %{HTTP_USER_AGENT} "android|blackberry|googlebot-mobile|iemobile|ipad|iphone|ipod|opera mobile|palmos|webos|UCBrowser|QQBrowser|wap|Nokia|Lumia|Windows Phone|Windows 10 Mobile|Windows Mobile" [NC]
RewriteRule ^$ http://cc.bigxd.com/mobile/ [R=301,L]
最后一行,cc.bigxd.com换成自己站点的网址
3.如果无法支持Apache的Rewrite功能,如使用的是IIS服务,请参照修改相应规则
4.实在无法通过服务器配置实现PC/移动版调转,请将/themes/default下的main-back.php编辑修改
在第8行开始的JS代码中:
var mobileAgent = new Array("iphone", "ipod", "ipad", "android", "mobile", "blackberry", "webos", "incognito", "webmate", "bada", "nokia", "lg", "ucweb", "skyfire");
var browser = navigator.userAgent.toLowerCase();
var isMobile = false;
for (var i=0; i