테스트 사이트 - 개발 중인 베타 버전입니다

홈페이지 타이틀 변경 문의

아이땨꺄 2년 전 조회 1,443

컴퓨터로 접속하면 해당 타이틀로 수정되서 나오는데 ㅜ

 

친구한테 깨톡으로 보내면

 

주소명은 제가 설정한걸로 당연히 나오고 

 

이미지에는 ㅜㅜ

 

테마 스킨이름이 나와서 이거 수정하고 싶은데

 

헤드서브,해드 검색질 해가면서 수정하면

 

자꾸 홈페이지가 에러코드 500 나와서......... 머리쥐내리네요

댓글을 작성하려면 로그인이 필요합니다.

답변 2개

2년 전

클라우드플레어 등 사용하면 캐시 문제로 반응이 느릴수도 있습니당. 

 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

2년 전

예제 확인이 가능하게 사이트 주소라던가 붙여주시겠어요?

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

아이땨꺄
2년 전
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<meta property="og:type" content="website">
<meta property="og:title" content="">
<meta property="og:description" content=".">
<meta property="og:url" content="http://www.atstore.co.kr/at01">


<?php
/*if (G5_IS_MOBILE) {
echo '<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=0,maximum-scale=10,user-scalable=yes">'.PHP_EOL;
echo '<meta name="HandheldFriendly" content="true">'.PHP_EOL;
echo '<meta name="format-detection" content="telephone=no">'.PHP_EOL;
} else {
echo '<meta http-equiv="imagetoolbar" content="no">'.PHP_EOL;
echo '<meta http-equiv="X-UA-Compatible" content="IE=edge">'.PHP_EOL;
}*/

if($config['cf_add_meta'])
echo $config['cf_add_meta'].PHP_EOL;
?>
<title><?php echo $g5_head_title; ?></title>바이너리옵션상승점
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/<?php echo G5_IS_MOBILE ? 'mobile' : 'default'; ?>.css?ver=<?php echo G5_CSS_VER; ?>">
<!--[if lte IE 8]>
<script src="<?php echo G5_JS_URL ?>/html5.js"></script>
<![endif]-->

<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/common/reset.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/common/headStyle.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/common/footerStyle.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/mainStyle.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/sub/introduce.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/sub/directions.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/table/gallery_table.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/table/webzine_table.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/sub/bs_info.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/sub/bs_area.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/common/common.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/table/basic_table.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/table/contact_us.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/table/qa.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL; ?>/table/faq.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css">
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL;?>/common/animate.css">
<!--[if IE]>
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL?>/ie.css">
<![endif]-->
<!--[if IE 9]>
<link rel="stylesheet" href="<?php echo G5_THEME_CSS_URL?>/ie9.css">
<![endif]-->

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인