Redirect htacess Code

Redirect htacess Code

  • 星期五, 7日 九月, 2018
  • 07:12上午

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

« 返回