2021-09-15 apache で、http を https へ redirect (rewrite) httpd.conf で ↓こう RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]