View Single Post
ישן 12-02-10, 22:59   # 8
Kernel
אושיית הוסטינג
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
מיקום: בקעת אונו
הודעות: 2,429

Kernel לא מחובר  


go to 123.co.il @ directadmin
create subdomain, "phone"
go to public_html/phone
create index.php
inject in it
קוד:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://phone.1234.co.il" );
?>

לבריאות.
__________________
אבי
  Reply With Quote