Index.html keeps redirecting to old domain
-
Hi,
The export seems to work relatively well for all child pages, but for some reason the main page (/index.html) keeps redirecting to the old URL.
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=http://old-url.com/">
</head>
<body>
<script type="text/javascript">
window.location = "http://old-url.com/";
</script>
<p>You are being redirected to <a href="http://old-url.com/">http://old-url.com/</a></p>
</body>
</html>I’ve tried a dozen settings, changes, another homepage URL etc. but nothing seems to work. Any idea what’s going on and how to fix this?
Best,
Dave
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Index.html keeps redirecting to old domain’ is closed to new replies.