묻고답하기
xe 에서 url 수정 어디서 하는지 알려주세요..ㅠㅠ
2014.04.19 13:18
제로보드는 처음이라 제가 잘 몰라서 여쭤봅니다.
cafe24에서 호스팅 되는 사이트이고, 예전에 홈피제작업체에서 작업했던건데,
abc.com (abc.cafe24.com)으로 연결했다가, abc.com은 다른서버로 네임서버 이전하였습니다.
그업체는 연락이 안되어 답답하네요..ㅠㅠ
기존의 abc.cafe24.com 의 홈페이지는 cafe24주소로 그대로 사용하고 싶은데
홈페이지내 XE페이지 url경로가 http://abc.com... 이런식으로 연결되어서 page not found 가 나오네요.
관리자 로그인도 url경로땜에 당연히 안되구요..
위 경로를 수정하려고 하는데 어디서 하는지 모르겠습니다.
아래와 같이 http://abc.com/xe/ 하면 인덱스 페이지 html소스 열어보면 아래와같은데,
아래 빨간색으로 표시한 스크립트 url 경로만 abc.cafe24.com 으로 하면 될거 같은데 맞나요?
근데 아래 스크립트 수정하는데를 못찾겠네요..ㅠㅠㅠ
제로보드 처음인지라 너무 헷갈립니다. 어디서 수정하는지 알려주시면 감사하겠습니다.
<!-- JS -->
<script src="/xe/common/js/jquery.min.js?20131105180025"></script>
<script src="/xe/common/js/x.min.js?20131105180025"></script>
<script src="/xe/common/js/xe.min.js?20131105180026"></script>
<!--[if lt IE 9]><script src="/xe/common/js/respond.min.js?20131105180025"></script>
<![endif]--><script src="/xe/widgets/login_info/skins/default/default.login.js?20131105180858"></script>
<!--[if lt IE 9]><script src="/xe/common/js/html5.js"></script><![endif]-->
<!-- RSS -->
<link rel="alternate" type="application/rss+xml" title="Site RSS" href="http://abc.com/xe/rss" /><link rel="alternate" type="application/atom+xml" title="Site Atom" href="http://abc.cafe24.com/xe/atom" /><!-- ICON -->
<link rel="shortcut icon" href="./modules/admin/tpl/img/faviconSample.png" /><link rel="apple-touch-icon" href="./modules/admin/tpl/img/mobiconSample.png" />
<link rel="stylesheet" href="./modules/install/script/welcome_content/welcome.css" /><script>
//<![CDATA[
var current_url = "http://abc.cafe24.com/xe/?";
var request_uri = "http://abc.cafe24.com/xe/";
var current_mid = "page_hDnH92";
var waiting_message = "서버에 요청 중입니다. 잠시만 기다려주세요.";
var ssl_actions = new Array();
var default_url = "http://abc.net/xe/";
xe.current_lang = "ko";
xe.cmd_find = "찾기";
xe.cmd_cancel = "취소";
xe.cmd_confirm = "확인";
xe.msg_no_root = "루트는 선택 할 수 없습니다.";
xe.msg_no_shortcut = "바로가기는 선택 할 수 없습니다.";
xe.msg_select_menu = "대상 메뉴 선택";
//]]>
</script>
</head>
<body>
<div class="container">
<p class="skip"><a href="#content">메뉴 건너뛰기</a></p>
<header class="header">
댓글 3
-
okiz
2014.04.19 13:25
-
조철환
2014.04.19 13:41
감사합니다. 수정하니깐 우선 게시판글들은 출력이 되네요..
그런데 게시글에 있는 이미지 경로는 그대로 http://abc.com/xe/files/attach/images/1191/034/005/2605c0f6d4f2c66460924ee4f671be39_2.png .. 이런식으로 나오는데,
위 이미지 경로를 http://abc.cafe24.com/xe .... 이렇게 수정해야 나올거 같은데 위 이미지 경로는 어디에서 수정해주면 되나요? 너무 모르는게 많아서 죄송합니다.
-
okiz
2014.04.19 13:46
그 문제는
http://www.xpressengine.com/index.php?mid=qna&search_keyword=%EB%8F%84%EB%A9%94%EC%9D%B8+%EC%9D%B4%EB%AF%B8%EC%A7%80&search_target=title_content&document_srl=22693539
참조해보세요.
xe경로/files/config/db.config.php 에 default_url 수정하시면 됩니다.