新聞

最新消息,來自 ProHosty

公告

Redirect htacess Code

  • 7日 九月 2018

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

Continue reading