AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 谁帮我写条伪静态规则,,,,, |
|
---|---|
Tango |
Tango 发表于 2015-09-15 13:46:21
我网站绑定了80跟443端口共存,还有不带WWW跟带WWW的域名。
我想要判断IE8以下浏览器访问HTTP,其他浏览器则跳转HTTPS。 伪静态规则完全看不懂 ~_~ @amysql 么时候可以编辑vhost文件啊,现在一编辑后台LNMP环境就不显示网站配置信息了。。。 主机设置如下: server { listen 80; listen 443 ssl spdy; server_name xxxxx.org www.xxxxx.org; access_log /home/logs/xxxxx-access.log combined; root /home/www/xxxxx; index index.html idnex.htm index.php; location / { if (-f $request_filename/index.html) { rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php) { rewrite (.*) $1/index.php; } if (!-f $request_filename) { rewrite (.*) /index.php; } } }
点赞,加油! (0分)
2015-09-15 13:46:21 1
|
amysql |
工单已有解决。
回复
2015-09-23 15:28:43 2
AMH面板 - 好用高效低占用、安全可靠极稳定 |