\r\n\r\n\r\n\r\n[/code]\r\n\r\n라고 코딩 해보세요...\r\n","author":{"@type":"Person","name":"devdev"},"dateCreated":"2018-06-07T14:19:39+09:00"}],"acceptedAnswer":{"@type":"Answer","text":"그누보드 기반이라면\r\n\r\nindex.php 파일\r\n\r\ninclude_once('./_common.php');\r\n\r\n다음에\r\n\r\ngoto_url('http://coin.ksubest.com/theme/basic/mobile/sub_1.php');\r\n\r\n추가 하시면 됩니다\r\n\r\n \r\n\r\n그누보드기반이 아니면\r\n\r\nindex.php 맨위에\r\n\r\n\r\n\r\n이렇게 추가\r\n\r\n \r\n\r\n원하시는게 맞는지 모르겠네요...\r\n","author":{"@type":"Person","name":"비스트라이더"},"dateCreated":"2018-06-07T14:23:46+09:00"}}}
채택완료

기본 도메인 입력시 첫화면 설정방법

기본 도메인이

coin.ksubest.com

이라고 하면

클릭시, 메인페이지가 나옵니다

 

http://coin.ksubest.com/theme/basic/mobile/sub_1.php

이 서브페이지로 첫화면이 나오게 하고싶다면 어디가서 어떻게 설정해야하는걸까요??

도와주세요!

|

답변 3개

채택된 답변
+20 포인트

그누보드 기반이라면

index.php 파일

include_once('./_common.php');

다음에

goto_url('http://coin.ksubest.com/theme/basic/mobile/sub_1.php');

추가 하시면 됩니다

 

그누보드기반이 아니면

index.php 맨위에

<?php

header("Location: http://coin.ksubest.com/theme/basic/mobile/sub_1.php");

exit();

?>

이렇게 추가

 

원하시는게 맞는지 모르겠네요...

index.php

<?php
include_once('./_common.php');

 

goto_url('theme/basic/mobile/sub_1.php');

 

~

 

 

/index.php 파일 최 상단에

Copy
<script>
location.href='http://coin.ksubest.com/theme/basic/mobile/sub_1.php';

</script>

<?php

exit;
?>

라고 코딩 해보세요...

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