1
我試圖說服國防部,重寫http://example.com重定向到https://example.com而不是重定向http://subdomain.example.com重定向一些但不是所有的域到HTTPS
我添加以下內容在網站根目錄下的.htaccess文件,
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
和(我以爲它會)重定向一切,所以後來我試圖
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^http://example(.*)$ https://%{HTTP_HOST}%{REQUEST_URI}
,但也出現於r將所有東西都轉換