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

首頁 > 網(wǎng)站 > Apache > 正文

apache設(shè)置自動將http跳轉(zhuǎn)到https的方法

2024-08-27 18:23:18
字體:
供稿:網(wǎng)友
客戶中心啟用了https的ssl證書,現(xiàn)在需要將原先的http直接跳轉(zhuǎn)到https上。這里為大家提供一個我經(jīng)常使用到的方法,即使用偽靜態(tài)功能

復(fù)制代碼 代碼如下:
<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>

首先,在網(wǎng)站根目錄下創(chuàng)建.htaccess文件,在最下面添加寫入如下語句:

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

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 东兰县| 富川| 瓦房店市| 拜泉县| 措勤县| 恩平市| 乌海市| 图木舒克市| 定安县| 保康县| 温宿县| 皋兰县| 会同县| 伊川县| 灵川县| 盐津县| 阿合奇县| 新晃| 军事| 夏津县| 仙游县| 宁海县| 东至县| 汾阳市| 津市市| 桦南县| 康定县| 长治县| 中方县| 贺兰县| 恩平市| 拉孜县| 屯留县| 辽宁省| 永顺县| 新乡县| 阿合奇县| 沽源县| 瑞昌市| 巴彦县| 大连市|