처음에 http로 접속합니다. 낙타 2017.03.08 14:44 429 0 4 모두 SSL 항상사용으로 적용헀지만 ex) naver.com 이라고 주소창에 접속하면 naver.com 이라고 그냥 접속되는걸 https://naver.com 이거로 어떻게 바꾸나요?
이번엔 매뉴얼에서 지시한 대로 xe1 /xe 에 압축된 파일을 풀면 생기는 /rhymix 의 파일들을 다 filezilla 로 에러 하나없이 업로드 시켰는데도 에로가 생기네요... youshine 26.07.24 0 7
Parse error: syntax error, unexpected '?' in /home.youshi5/public_html/Phoenix.kb34.net/common/autoload.php on line89 youshine 26.07.21 0 8
서버 오류 Error #0 "Attempt to modify property "list" on null" in files/cache/menu/780252.php on line 1 톰캣 26.06.29 0 3
댓글 4
RewriteCond %{HTTPS} !on
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
클라우드플레어 사용시에는 아래의 규칙도 추가해야 합니다.
RewriteCond %{HTTP:CF-Visitor} '"scheme":"http"'
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
기진곰님 답변 참고하세요