## 全ページhttpsへリダイレクト RewriteEngine on RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] ## 404エラー時リダイレクト ErrorDocument 404 /index.html
httpからhttpsにリダイレクトする方法と注意点について