시작페이지 설정방법 도움좀 부탁드려요 ~
본문
index.php도 같이 활용하면서
index.htm
시작페이지로 설정하는 방법 아시는분 도움좀 부탁드립니다~
답변 3
요즘은 시작페이지를 잘사용안합니다..참고하셔요 ㅎ
저는 아래처럼.... index.htm
index.php 파일을 2017 디렉토리에...
------------------------------------------------------
<html>
<head>
<title>전국</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</HEAD>
<script language='Javascript'>
<!--
location.replace('/2017/');
//-->
</script>
</html>
index.php 파일에 보세요
답변을 작성하시기 전에 로그인 해주세요.