sitemap 생성시 1페이지(메인페이지) 밖에 인식을 못합니다..
본문
sitemap 생성시 1페이지(메인페이지) 밖에 인식을 못합니다..
생성해주는 사이트에 문의해본결과 이런 메일을 받았습니다..
Hi,
it's because your site has aes.js installed on it & it's causing some
kind of redirect.
First try to remove aes.js
Or maybe try this:
place this PHP code on *every page* before the <html> tag or anything
else is echoed:
<?php
if (isset($_GET['ckattempt']))
{
header("Location: " . rtrim($_SERVER['PHP_SELF'], '/'));
}
?>
Kind regards,
번역기 돌려서 봤는데 aes.js 파일이 어디에 있는지 지워도 되는지 모르겠습니다. !-->
답변을 작성하시기 전에 로그인 해주세요.