홈페이지 접속 하려는데요
본문
예 sir.kr 접속하면 sir.kr/hymn/
접속하려면 index 파일을 어떻게 고쳐야 할나요?
답변 2
안녕하세요.
index.php 파일의 가장 상단에 아래와 같이 수정을 하셔야 합니다~
<?php header("Location:/hymn/"); ?>
아래는 포워딩 관련 참고하실 사이트 입니다.
https://locomer.tistory.com/entry/%E3%84%B4%E3%85%87%E3%84%B9%E3%84%B4
index 파일 최 상단 아래와 같이 넣으세요.
<?php
header("Location: /hymn/");
/*
답변을 작성하시기 전에 로그인 해주세요.