Return to Snippet

Revision: 29144
at July 23, 2010 00:29 by jrobinsonc


Initial Code
header("HTTP/1.1 301 Moved Permanently");  
header("Location: http://domain.com/updated/filename.html");  
exit;

Initial URL


Initial Description
Hacer una redireccion permanente

Initial Title
Set up a 301 redirect

Initial Tags
redirect

Initial Language
PHP