XE Tip


XE 주소 고정 XE주소연결

2009.04.04 14:10:18
[레벨:23]휘즈 *.180.137.130 조회 수 10133 추천 수 0
XE를 설치시 웹서버의 document root에 설치하지 않고
http://도메인/xe 로 설치할 때 http://도메인/ 으로 연결하는 방법

1. 도메인포워딩

document root에 다음과 같이 index.html을 만든다.
 <html>

<head>

<meta http-equiv=Refresh content=0;url=http://MyDomain.co.kr/xe>

<title>홈페이지 타이틀</title>

</head>

<body>

</body>

</html>

이경우 주소창에는 http://MyDomain.co.kr/xe 로 보이게 된다.

2. 프래임사용

document root에 다음과 같이 index.html을 만든다.
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="{Context::getLangType()}" xmlns="http://www.w3.org/1999/xhtml">
   <head>
       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
       <meta name="keywords" content="">
       <meta name="description" content="">
       <meta name="author" content="">
       <title>홈페이지 타이틀</title>
   </head>
   <frameset rows="0%,100%" cols="*" border="0" framespacing="0">
       <frame src="" scrolling="NO" frameborder="NO" name="no">
       <frame src="/xe/index.php" frameborder="NO" name="main" marginwidth="0" marginheight="0" scrolling="auto">
   </frameset>
   <noframes>
   </noframes>
    <body>
   </body>
</html>


주소창에는 항상 http://MyDomain.co.kr/ 로 보이게 된다.

[레벨:1]NG

2009.04.17 16:42:25
*.202.139.15

좋은정보 감사합니다.
List of Articles
번호 제목 글쓴이 날짜 조회 수
12 웨젯에 타이틀 적용 - 위젯스타일 file [레벨:23]휘즈 2009-04-12 4229
11 에디터 확장컴포넌트 설정 [레벨:23]휘즈 2009-04-10 4743
10 닉네임 클릭시 나오는 메뉴 수정 [레벨:23]휘즈 2009-04-10 4367
9 XE1.2.1 위젯스타일 초기화 [레벨:23]휘즈 2009-04-09 3935
8 XE 엮인글 사용법 [레벨:23]휘즈 2009-04-09 4467
7 대량의데이타를 디비에 직접입력 [레벨:23]휘즈 2009-04-06 4512
6 내용 안보이게 하기 [레벨:23]휘즈 2009-04-06 4370
5 이게시물을..., 이댓글을... 안보이게 하기 [레벨:23]휘즈 2009-04-06 4557
4 XE 이미지 클라우드 출력 [레벨:23]휘즈 2009-04-05 4002
» XE 주소 고정 XE주소연결 [1] [레벨:23]휘즈 2009-04-04 10133
2 XE 백업 및 복구 [레벨:23]휘즈 2009-03-22 6480
1 디카사진 플래시 갤러리 [레벨:23]휘즈 2009-03-16 3545

Powered by Textyle
Free WebHosting, phiz
XE User Manual by phiz
Infomation about Finance & IT
XpressEngine Official Site