View Single Post
ישן 22-09-06, 15:40   # 2
SDF
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Sep 2006
מיקום: Negev
הודעות: 270

SDF לא מחובר  

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

?>

Last edited by SDF; 22-09-06 at 15:44..
  Reply With Quote