码迷,mamicode.com
首页 > 数据库 > 详细

http跳转htts的htaccess文件设置

时间:2018-11-05 11:16:04      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:设置   follow   rewrite   mod   tac   name   link   ons   writer   

RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]
Options +FollowSymLinks
order allow,deny
allow from all
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{SERVER_PORT} !^443$
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R=301,L]
</IfModule>

http跳转htts的htaccess文件设置

标签:设置   follow   rewrite   mod   tac   name   link   ons   writer   

原文地址:https://www.cnblogs.com/firebirdweb/p/9907576.html

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