There was a problem loading the comments.

¿Cómo crear una redirección 301 con PHP?

Support Portal  »  Knowledgebase  »  Viewing Article

  Print

Una de las múltiples formas de crear redirecciones en nuestro sitio web es utilizar php para ello.

 

<?php
header(“HTTP/1.1 301 Moved Permanently”);
header(“Location: https://www.minuevodominio.php”);
header(“Connection: close”);
?>

 


Share via
Did you find this article useful?  

Related Articles


Comments

Add Comment

Replying to  

CAPTCHA
© datomedia