답변 6개
아파치 설정을 php파일 보다 html을 먼저 읽게 하셨다면 index.html을 넣으시면 먼저 읽고요
아파치 설정을 html파일 보다 php를 먼저 읽게 하셨다면 설정을 바꾸시던가 확장자를 바꾸시면 될 듯합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변주신분들 모두 감사합니다.. 제일 먼저 답변주신분꺼 채택 한다는것이..제일 나중에 답변주신분게 채택됬네요...;;ㅠㅠ 죄송합니다 ..
댓글을 작성하려면 로그인이 필요합니다.
그럼 php에 있는 내용 그대로 html에 복사해서 넣으면 되는건가요?
``
define('_INDEX_', true);
include_once('./_common.php');
// 首页初始画面路径设置 : 请勿随意更改此段代码
if ($config['cf_include_index'] && is_file(G5_PATH.'/'.$config['cf_include_index'])) {
include_once(G5_PATH.'/'.$config['cf_include_index']);
return; // 不执行以下代码
}
if (G5_IS_MOBILE) {
include_once(G5_MOBILE_PATH.'/index.php');
return;
}
include_once('./_head.php');
?>
最新文章
http://www.weibo.com">http://www.weibo.com">
http://wpa.qq.com/msgrd?v=3&uin=3236478786&site=qq&menu=yes">http://wpa.qq.com/msgrd?v=3&uin=3236478786&site=qq&menu=yes" target="_blank" >
![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |
![]() | ![]() | ![]() |

![]() | ![]() | ![]() |
![]() |
include_once('./_tail.php');
?>
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인















