도메인에서 www를 항상 보여주려고 하는데 정보
도메인에서 www를 항상 보여주려고 하는데본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 : http://www.topstyling.co.kr
도메인 주소에서 www를 항상 나타나게 하려면 어떻게 해야 되나요?
topstyling.co.kr 로 들어가면 플래쉬메뉴 링크가 작동을 안하는데..
아무래도 도메인때문에 그런거 같습니다.
오류 주소 : http://www.topstyling.co.kr
도메인 주소에서 www를 항상 나타나게 하려면 어떻게 해야 되나요?
topstyling.co.kr 로 들어가면 플래쉬메뉴 링크가 작동을 안하는데..
아무래도 도메인때문에 그런거 같습니다.
댓글 전체
검색을 생활화 하시고..
<script language="JavaScript" type="text/javascript">
var host = location.host.toLowerCase();
var currentAddress = location.href;
if (host.indexOf("www") == -1)
{
currentAddress = currentAddress.replace("//","//www.");
location.href = currentAddress;
}
</script>
입니다
<script language="JavaScript" type="text/javascript">
var host = location.host.toLowerCase();
var currentAddress = location.href;
if (host.indexOf("www") == -1)
{
currentAddress = currentAddress.replace("//","//www.");
location.href = currentAddress;
}
</script>
입니다
noki님 감사합니다.
나름대로 검색을 하긴 했는데 제대로 찾질 못한거 같습니다.
이거때문에 플래쉬 파일도 여러번 수정하고 쇼를 했네요.
나름대로 검색을 하긴 했는데 제대로 찾질 못한거 같습니다.
이거때문에 플래쉬 파일도 여러번 수정하고 쇼를 했네요.