HTTPS跳回HTTP .HTACCESS

RewriteEngine on

RewriteBase /

RewriteCond %{SERVER_PORT} !^80$

RewriteRule ^.*$ http://%{SERVER_NAME}%{REQUEST_URI} [L,R]

你可能感兴趣的:(HTTPS跳回HTTP .HTACCESS)