생활 속 지혜, SW/HW Tip 등 유용한 지식 정보를 공유하는 장소 입니다.
본 게시판의 열람 및 다운로드는 비회원도 가능하나 글쓰기 및 댓글은 로그인 사용자만 가능합니다.

2010-05-25_184752.jpg

 

그림과 같이 만약 xe를 root/test03 혹은 root/xe와 같이 설치를 해서 도메인/xe 가 붙는 것을 없애고 싶을 경우 아래의 방법을 사용하세요

 

방법 #01

1. ftp 로 접속하여 root/xe 폴더 안에 있는 자료를 root로 옮긴다.

2. root\files\config 폴더의 db.config.php를 열어 수정을 한다.

 

변경전

 $db_info->default_url = 'http://tpcuser.com/test03/';    / 수정할 부분
$db_info->use_optimizer = 'Y';
$db_info->qmail_compatibility = 'N';
$db_info->use_ssl = 'none';
$db_info->use_db_session = 'Y';
?>


변경후

 $db_info->default_url = 'http://tpcuser.com/';  / 수정된 부분
$db_info->use_optimizer = 'Y';
$db_info->qmail_compatibility = 'N';
$db_info->use_ssl = 'none';
$db_info->use_db_session = 'Y';
?>

즉 test03을 삭제해준다.

 

이제 'http://tpcuser.com/ 로 접속하면 test03을 붙이지 않아도 접속이 되는 것을 확인 할 수 있다.

 

혹시 이상한 문제 점이 있는 경우 아래 사이트를 참고

http://mylostworld.co.kr/12988

 

방법 #02

이 경우는 root/test03 폴더를 root로 이동하지 않고 그대로 root/test03에 놔둔 상태일 경우이다.

 

 

 <html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>홈페이지 타이틀</title>
 </head>
 <frameset rows="0%,100%" cols="*" border="0" framespacing="0">
 <frame src=" scrolling="NO" frameborder="NO" name="no">
 <frame src="/test03/index.php" frameborder="NO" name="main" marginwidth="0" marginheight="0" scrolling="auto">
 </frameset>
 <noframes>
 </noframes>
 <body>
 </body>
</html>


frame scr="/test03/ 을 xe 설치 경로로 지정해주면 된다.

단 이경우, test03이라는 주소가 계속 나타나게되니 방법 #01을 추천함

List of Articles
번호 제목 글쓴이 날짜 조회 수
22 KT유저들 SK와이파이(T Wi-fi) 사용방법 SCM 2011-03-22 982
21 칼라 pdf를 흑백으로 출력하기 file 네오랑 2011-03-18 969
20 신용 카드 없이 iTunes App Store 계정 생성 file 네오랑 2010-10-22 2213
19 MS Office 2007 Muilt View (2 monitors more) file 원잇 2010-06-21 2461
18 홈페이지 (블로그)에 MSN 메신저 설치하기 file SCM 2010-06-17 2276
17 무설치 Input Director 만들기 file 네오랑 2010-06-03 2952
16 JW Player 워터마크 삭제 및 버튼, 배경 색깔 변경 file SCM 2010-06-01 3140
15 JW Player 편집하기 01 (컴파일 하기) file SCM 2010-06-01 3524
» 사이트 접속 시 domain.com/xe 에서 xe 없애기 file SCM 2010-05-25 2435
13 Using Google Calendar on XE (구글 캘린더를 XE에 사용하기) file SCM 2010-05-25 2601
12 apache2 access log 분할 관리 하기 file SCM 2010-05-25 2201
11 Apache Error : winnt_accept: Asynchronous AcceptEx failed. SCM 2010-05-24 2413
10 Apache Error : unable to include potential exec "include/top.html" SCM 2010-05-24 2156
9 Textyle 블로그 메인 주소를 blog.domain.com 로 설정하기 file SCM 2010-05-18 2287
8 원격 데스크톱 연결 끊김 (Windows XP 이상) file SCM 2010-05-18 3151
7 DNSEver를 이용한 2차 도메인 일괄 셋팅 방법(바로 적용하기) file SCM 2010-05-18 2192
6 XE 메일 인증 시 ID/PW 정보 없이 빈 페이지만 올 경우 file SCM 2010-05-15 2342
5 Fake sendmail with ssl gmail for windows XP & XE (xpressengine) file SCM 2010-05-15 3170
4 Apache2 openssl on Winows XP (https 접속) file SCM 2010-05-15 2539
3 XE에서 SMTP 비밀번호 찾기 등의 메일 인증 (윈도우용 서버) file [1] SCM 2010-05-12 2873



XE Login