HTML redirection – HTML redirect code

HTML meta refresh redirect is a client side redirect and is not 301 permanent redirect.
(Ro) Publicam ceva mai jos un cod de redirectare HTML, ce va fi plasat in sectiunea head. Specificam inca de la inceput faptul ca, aceasta metoda de redirectare html nu va fi o redirectare permanenta 301 permanent redirect.

HTML meta refresh redirect

The redirection is done with the meta refresh in the head section.
Replace old page with redirection code with the URL of the page you want to redirect to.
OLD page place code:
[su_note note_color=”#d6dfe2″]<!DOCTYPE html>
<html>
<head>
   <!– HTML meta refresh URL redirection –>
   <meta http-equiv=”refresh”
   content=”0; url=http://www.mydomain.com/new-page.html”>
</head>
<body>
  
<p>The page has moved to:
   <a href=”http://www.mydomain.com/new-page.html”>this
page</a></p>
</body>
</html>[/su_note]




Nota!
Codul se va plasa in sectiunea head din pagina veche pe care o redirectam.

Mentiune!
In cazul acesta redirectarea pagini se face individual si nu pentru tot domeniul web. In cazul in care doriti sa redirectati o pagina din site este necesar sa inserati codul de mai sus cu specificatia url pentru noua pagina web.

Lasă un răspuns

Adresa ta de email nu va fi publicată. Câmpurile obligatorii sunt marcate cu *