.htaccess HTTP强制跳转HTTPS
기본정보
- 글쓴이
- 고객지원팀
- 조회수
- 998회
상세내용
网站根目录创建.htaccess文件
右键编辑输入以下内容。
RewriteEngine on
RewriteBase /
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
자료실
유용한 자료들을 모아두었습니다.
网站根目录创建.htaccess文件
右键编辑输入以下内容。
RewriteEngine on
RewriteBase /
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
유용한 자료들을 모아두었습니다.