VestaCP 使用.htaccess实现的强制SSL 服務器運維 2015-09-16 編輯 一丁 取消關注 關注 私信 RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] 給TA打賞 共{{data.count}}人 人已打賞 httpsoffrewriterule