码迷,mamicode.com
首页 > Web开发 > 详细

Apache 配置 http 转 https

时间:2018-05-31 15:35:08      阅读:159      评论:0      收藏:0      [点我收藏+]

标签:rewrite   ase   write   apache   nbsp   https   cond   span   serve   

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteBase /
  RewriteCond %{SERVER_PORT} !^443$
  RewriteRule ^(.*)$ https://%{SERVER_NAME}/$1 [R,L]
  
  RewriteEngine On
  RewriteCond %{HTTP_HOST} www.wqj17.cn [NC]
  RewriteRule ^(.*)$ http://wqj17.cn/$1 [L,R=301]
</IfModule>

 

Apache 配置 http 转 https

标签:rewrite   ase   write   apache   nbsp   https   cond   span   serve   

原文地址:https://www.cnblogs.com/whm-blog/p/9116815.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!