Actions
Non-Function #783
closed[etc] html에서 index로 리다이렉션
Start date:
02/21/2025
Due date:
% Done:
0%
Estimated time:
Description
현재 https://nfm.go.kr/kids/elecontents/ 를 브라우저 창에 입력하면
자동으로 http://nfm.go.kr:8080/common/message.do 으로 리다이렉션되고
SEED 3.1 Error Message가 뜨고 있습니다.
-> 이 부분은 SSL 관련 문제라서 민박에서 처리
https://nfm.go.kr/kids/elecontents/index.do
처럼 끝에 index.do를 붙이면 정상적으로 연결이 되고 있습니다.
때문에 서버를 내리지 않고 index.do로 리다이렉션하는 방식으로 처리를 하려고 합니다.
https://nfm.go.kr/kids/elecontents/ 를 브라우저 창에 입력
-> https://nfm.go.kr/kids/elecontents/index.html (신규)로 리다이렉션
-> html 헤드에 메타 태그를 넣어서 바로 https://nfm.go.kr/kids/elecontents/index.do 로 리다이렉션
을 부탁드립니다.
Updated by Deca Park 1 day ago
- Assignee changed from Deca Park to Toby Pham
[USER]
1./index.html (Add)
- if https://nfm.go.kr/kids/elecontents/, default page is index.html
2.index.html
- add meta tag (move to https://nfm.go.kr/kids/elecontents/index.do)
Actions