답변 3개
채택된 답변
+20 포인트
1년 전
1.
https://sourec.com/test 에 접속했을 때 https://target.com 으로 이동하게 하는 것은 미니님a 댓글내용을 적용하시면 되겠습니다.
2.
https://sourec.com/test 접속했을 때 URL 은 https://sourec.com/test 가 그대로 유지되고 https://target.com 접속했을 때와 동일한 내용이 보이도록 하려면 php 의 file_get_contents 함수를 사용할 수 있습니다.
https://target.com/index.php 를 아래 코드로 구성해 보는 것 입니다.
</p>
<p><?php</p>
<p>echo file_get_contents('<a href="https://sourec.com/test');" target="_blank" rel="noopener noreferrer">https://sourec.com/test');</a></p>
<p>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인