从.htacces文件中删除http和https

时间:2018-02-13 07:12:20

标签: .htaccess http https

<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{HTTPS} off

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

</IfModule>

0 个答案:

没有答案