<?
header
(
"HTTP/1.1 301 Moved Permanently"
)
;
header
(
"Status: 301 Moved Permanently"
)
;
header
(
"Location: http://www.new-url.com/"
)
;
exit
(
0
)
;
// This is Optional but suggested, to avoid any accidental output
?>