<?php// Permanent redirectionheader("HTTP/1.1 301 Moved Permanently"); // שליחת סטטוסheader("Location: http://www.irc.nix.co.il"); // שליחת כתובת חדשהexit();?>