Move and redirect your article to another site
- http://drupal.org/node/48297
-
<?php
if ($_GET['q'] == 'node/314') {
header("HTTP/1.1 301 Moved Permanently");
header("Location: <a href="http://newsite.com/node/567"" title="http://newsite.com/node/567"">http://newsite.com/node/567"</a>);
exit();
}
?>