Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

Domain has been redirected correctly but only Firefox goes to old website

  • 1 resposta
  • 3 têm este problema
  • 63 visualizações
  • Última resposta de cor-el

more options

I built a new website for a client whose domain is registered with GoDaddy. The URL link has been updated in GoDaddy and verified with one of their techs. Every other browser I've tried goes to the new website but Firefox still brings up the old site. The domain is http://www.auburnsummermusiccamp.com, the old site was hosted on Google, and the new site is at http://www.karlinlouiseimrie.com/auburnmusic/. Firefox is my normal browser so I only tried the other browsers when GoDaddy confirmed that the redirect was working even though I was still getting the old website. I've tried clearing both the cache and the history.

I built a new website for a client whose domain is registered with GoDaddy. The URL link has been updated in GoDaddy and verified with one of their techs. Every other browser I've tried goes to the new website but Firefox still brings up the old site. The domain is http://www.auburnsummermusiccamp.com, the old site was hosted on Google, and the new site is at http://www.karlinlouiseimrie.com/auburnmusic/. Firefox is my normal browser so I only tried the other browsers when GoDaddy confirmed that the redirect was working even though I was still getting the old website. I've tried clearing both the cache and the history.

Solução escolhida

The URL without the www. prefix redirects and shows the new website in an iframe:

<frameset rows="100%,*" border="0">
  <frame src="http://www.karlinlouiseimrie.com/auburnmusic/index.php" frameborder="0" />
  <frame frameborder="0" noresize />
</frameset>

With the www. prefix I get the old domain, so maybe you should ask to redirect that domain as well.

Ler esta resposta 👍 0

Todas as respostas (1)

more options

Solução escolhida

The URL without the www. prefix redirects and shows the new website in an iframe:

<frameset rows="100%,*" border="0">
  <frame src="http://www.karlinlouiseimrie.com/auburnmusic/index.php" frameborder="0" />
  <frame frameborder="0" noresize />
</frameset>

With the www. prefix I get the old domain, so maybe you should ask to redirect that domain as well.