Set up a 301 redirect


/ Published in: PHP
Save to your folder(s)

Hacer una redireccion permanente


Copy this code and paste it in your HTML
  1. header("HTTP/1.1 301 Moved Permanently");
  2. header("Location: http://domain.com/updated/filename.html");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.