Li
Delete
Are you sure you want to delete this?
ProgrammingModel
-
Date
-
20211016
-
Target
-
C_027
-
Title
-
Redirect http to https AND non-www to www
-
Contents
-
IIS URL Rewrite
QUESTION
서버에 인증서를 설치하고 https를 사용할 때 유저가 http://tanz.co.kr, http://www.tanz.co.kr, https://tanz.co.kr중 어떤 것을 웹에서 쓰더라도 https://www.tanz.co.kr로 오게 하는 것은 중요하다. 그렇게 하기 위해 IIS Server에서는 IIS URL Rewrite를 사용하면 된다.
non-www를 www로 http를 https로 Rediriect 해주는 방법에 대한 답이다.
https://stackoverflow.com/questions/32490426/iis-redirect-non-www-to-www-and-http-to-https