您好,歡迎來(lái)到58網(wǎng)站目錄!
當(dāng)前位置:58網(wǎng)站目錄 » 站長(zhǎng)資訊 » 小技巧 » 文章詳細(xì)

HTTP 301重定向到HTTPS htaccess文件配置方法!

站長(zhǎng)「蝙蝠俠」:QQ1251270088  瀏覽:170次 時(shí)間:2024-10-11

RewriteEngine On


RewriteCond %{HTTPS} off


RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


RewriteRule ^a\.html$ https://%{HTTP_HOST}/b.html [R=301,L]


最后一條是從 a.html 301重定向到 b.html



本文地址:http://quema.com.cn/artinfo/2719.html
?