에러페이지 질문드립니다.
본문
url 다르게 입력하였을 시에 404가 뜨는데 이것을 홈으로 다시 보내고 싶은데
어떻게 설정해야되는지 궁금합니다.
답변 1
1. .htaccess 파일에 아래 내용을 추가하신후에
ErrorDocument 404 도메인/404.html
2. 404.html 를 만드시면 됩니다.
<html>
<head>
<title> 404 ERROR PAGE </title>
<script laguage="javascript">
<!--
location.href="도메인";
-->
</script>
<meta http-equiv=refrash content='초; url=도메인">
</head>
<html>
답변을 작성하시기 전에 로그인 해주세요.