[PHP] http 접속시 https 로 접속되게하는 방법


2025-06-02 10:08
16
0
본문
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
댓글목록0
댓글 포인트 안내