홈페이지 주소 자동으로 이동

  • 바로 이동
    <html>
    <head>
    <script language=”JavaScript”>
    top.location.href = “https://www.bsrnsoft.com”;
    </script>
    </head>
    <body>
    </body>
    </html>?

  • 일정 시간 후 이동 : 예제는 5초 후 이동
    <head>
    <meta http-equiv=’refresh’ content=’5; url=https://www.bsrnsoft.com’>
    </head>

  • htaccess 이용방법
    https://www.bsrnsoft.com/htaccess_rewriterule을-이용한-주소-이동

Keep Reading

이전다음

댓글

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다