Category:
Web
RewriteEngine onRewriteRule の matching pattern には「問答無用で」っていう指定ができないので、「.?」にしてみた。
RewriteCond %{HTTPS} "off"
RewriteRule .? https://%{HTTP_HOST}%{REQUEST_URI}
RewriteEngine onRewriteRule の matching pattern には「問答無用で」っていう指定ができないので、「.?」にしてみた。
RewriteCond %{HTTPS} "off"
RewriteRule .? https://%{HTTP_HOST}%{REQUEST_URI}
Comments