Redirecció PHP permanent header location
<?
// Redirect permanent
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://elnostreraco.com/blog/");
exit();
?>
jrosells posterous<?
// Redirect permanent
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://elnostreraco.com/blog/");
exit();
?>