end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

apache で、http を https へ redirect (rewrite)

httpd.conf で ↓こう

RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]