AMH 社区首页
AMH社区 - 开放自由有价值的社区
[求助帖] 301问题 |
|
---|---|
412026849 |
412026849 发表于 2017-02-07 18:34:49
请问如何实现:http://wzgwyw.com→https://www.wzgwyw.com
http://www.wzgwyw.com→https://www.wzgwyw.com https://wzgwyw.com→https://www.wzgwyw.com apach amh5.3
点赞,加油! (0分)
2017-02-07 18:34:49 1
|
shiguo |
RewriteEngine On
RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.xxxx.com/$1 [NC,R=301] RewriteCond %{HTTP_HOST} ^xxxx.com [NC] RewriteRule ^(.*)$ https://www.xxxx.com/$1 [R=301,L] Nginx server_name xxx.com www.xxx.com; rewrite ^(.*) https://www.xxx.com$1 permanent 仅作参考
回复
2017-02-08 11:05:49 2
|
shiguo |
RewriteEngine On
RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.xxxx.com/$1 [NC,R=301] RewriteCond %{HTTP_HOST} ^xxxx.com [NC] RewriteRule ^(.*)$ https://www.xxxx.com/$1 [R=301,L] 上面的回复为什么自动去掉了 [NC,R=301]和 [R=301,L] 论坛过滤这些关键词了吗?
回复
2017-02-08 11:08:16 3
|
amysql |
引用: 应该都用[R=301,L] 搜索可以找到答案。 https跳转用规则 https://amh.sh/search.htm?keyword=%E5%BC%BA%E5%88%B6https&e=1 www域名跳转用规则 https://amh.sh/search.htm?keyword=301&e=1
回复
2017-02-08 11:34:00 4
AMH面板 - 好用高效低占用、安全可靠极稳定 |
amysql |
引用: 现在已经开了。
回复
2017-02-08 11:36:43 5
|
412026849 |
为啥我把它复制到AMRewrite里面还是不行
回复
2017-02-08 11:47:21 6
|
amysql |
回复
2017-02-08 11:49:11 7
|
412026849 |
你不是帮我改过来了吗
回复
2017-02-08 12:03:18 8
|
412026849 |
输入这个https://wzgwyw.com,还是没有跳到https://www.wzgwyw.com
回复
2017-02-08 12:21:40 9
|
shiguo |
我这边ie11和火狐浏览器打开是跳转的,你清空浏览器缓存试试。
回复
2017-02-08 13:57:35 10
|