티스토리 뷰

728x90

브라우저에서 http://ggoreb.cafe24.com 이라고 주소를 치면
기본적으로 http://ggoreb.cafe24.com/index.html 이 실행된다

하지만 바로 http://www.google.com 이란 주소로 보내버리고 싶다면..

[index.html]
<head>
    <meta http-equiv="refresh" content="0;url=http://www.google.com">
</head>

이렇게만 써주면 된다