text 重定向到https:// www
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 重定向到https:// www相关的知识,希望对你有一定的参考价值。
RewriteEngine On
# ensure www.
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
# ensure https
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
以上是关于text 重定向到https:// www的主要内容,如果未能解决你的问题,请参考以下文章
.htaccess:将主域重定向到https:// www,子域重定向到https://(不带www)
PHP:将主域重定向到https:// www,子域重定向到https://(不带www)
apache将http重定向到https,将www重定向到非www
从 https:// 重定向到 https://www
text 强制重定向到https
text 强制重定向到https nextcloud