permalink |
---|
/404.html |
if (document.location.hostname === oldDomain) {
// 現在のパス(URLの一部)を取得
var path = window.location.pathname;
// 新しいドメインに同じパスでリダイレクト
window.location.href = 'https://' + newDomain + path;
}
})();
</script>
Sorry, but the page you were looking for could not be found.