$ref=$_SERVER["QUERY_STRING"];
if ($ref!="") $ref="?".$ref;
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://newdomain.ru/".$ref);
exit();

 

For joomla

 

JFactory::getApplication()->redirect($alias, 301);

 

 

TO TOP