Apache 에서 설정
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
BrowserMatch MSIE ie
Header set X-UA-Compatible "IE=Edge,chrome=1" env=ie
</IfModule>
</IfModule>
<IfModule mod_headers.c>
Header append Vary User-Agent
</IfModule>
Nginx 설정
server {
#...
add_header X-UA-Compatible "IE=Edge,chrome=1";
}
IIS 7.0이상 설정
<configuration>
<system.webServer>
<httpProtocol>
<customHeaders>
<add name="X-UA-Compatible" value="IE=edge,chrome=1" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>
댓글 4개
GINUSSOFT
12년 전
유용한 팁이네요~ 감사합니다~ ^^
takumi22
11년 전
감사합니당~~
lainfox
11년 전
해당 내용에 대해 궁금하신 분은
http://qnacode.com/85/
여기를 참고해 보시는 것도 좋겠네요 ;p
http://qnacode.com/85/
여기를 참고해 보시는 것도 좋겠네요 ;p
11년 전
Goo~~~~~D ...
감사합니다.....
감사합니다.....
게시판 목록
팁게시판
디자인과 관련된 유용한 정보를 공유하세요.
질문은 상단의 QA에서 해주시기 바랍니다.
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5252 | 12년 전 | 1534 | ||
| 5251 |
제이티37
|
12년 전 | 1543 | |
| 5250 |
프로프리랜서
|
12년 전 | 1146 | |
| 5249 |
프로프리랜서
|
12년 전 | 1587 | |
| 5248 |
프로프리랜서
|
12년 전 | 1789 | |
| 5247 | 12년 전 | 969 | ||
| 5246 | 12년 전 | 2200 | ||
| 5245 | 12년 전 | 1153 | ||
| 5244 |
senseme
|
12년 전 | 7365 | |
| 5243 |
senseme
|
12년 전 | 1313 | |
| 5242 |
senseme
|
12년 전 | 1155 | |
| 5241 |
senseme
|
12년 전 | 1954 | |
| 5240 |
senseme
|
12년 전 | 941 | |
| 5239 |
senseme
|
12년 전 | 1468 | |
| 5238 |
senseme
|
12년 전 | 1084 | |
| 5237 |
senseme
|
12년 전 | 1029 | |
| 5236 |
PASKRAN
|
12년 전 | 2769 | |
| 5235 | 12년 전 | 10705 | ||
| 5234 | 12년 전 | 2976 | ||
| 5233 |
프로프리랜서
|
12년 전 | 2809 | |
| 5232 |
프로프리랜서
|
12년 전 | 1368 | |
| 5231 |
프로프리랜서
|
12년 전 | 2709 | |
| 5230 |
프로프리랜서
|
12년 전 | 797 | |
| 5229 |
프로프리랜서
|
12년 전 | 1714 | |
| 5228 |
프로프리랜서
|
12년 전 | 1117 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기