문서의 이전 판입니다!


Url Redirect

html

<html>
<head>
<meta http-equiv="Refresh" content="0; url=http://www.example.com/" />
</head>
<body>
<p>Please follow <a href="http://www.example.com/">this link</a>.</p>
</body>
</html>

php

header('HTTP/1.1 301 Moved Permanently');
header('Location: http://www.example.com/');
exit();

연결문서


CC Attribution-Noncommercial-Share Alike 4.0 International 별도로 명시하지 않을 경우, 이 페이지의 내용은 다음 라이선스에 따라 사용할 수 있습니다: CC Attribution-Noncommercial-Share Alike 4.0 International
tech/url_redirect.1405933849.txt.gz · 마지막으로 수정됨 저자 _sx.twitter.52329089