国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > Apache > 正文

apache設置自動將http跳轉到https的方法

2024-08-27 18:25:08
字體:
來源:轉載
供稿:網友

復制代碼 代碼如下:
<Directory "/opt/fivetrees">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important.  Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options FollowSymLinks
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
#   Options FileInfo AuthConfig Limit
#
AllowOverride All #這里原先是None要改為All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>

首先,在網站根目錄下創建.htaccess文件,在最下面添加寫入如下語句:

復制代碼 代碼如下:
RewriteEngine on
RewriteBase / #我這行是沒有配置
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 县级市| 乐都县| 隆子县| 广水市| 吉安县| 雷山县| 东乡族自治县| 邛崃市| 抚宁县| 桐城市| 怀柔区| 平江县| 南郑县| 寻甸| 涿州市| 普兰县| 德昌县| 景泰县| 齐齐哈尔市| 宁乡县| 延津县| 富蕴县| 东兰县| 淮北市| 焉耆| 柏乡县| 新津县| 天长市| 宣威市| 介休市| 岢岚县| 陵川县| 温州市| 萍乡市| 永川市| 衡阳市| 女性| 平塘县| 香河县| 永兴县| 景洪市|