PHP level 3,012 domain Name definition method
<?php
02//This <span Class=t_tag onclick=tagshow (event) href= "TAG.PHP?NAME=%B3%CC%D0%F2" > Program </SPAN> modified by UIT88!
$mydomin = $_server[' http_host '];//get the domain name entered
Switch ($mydomin) {
Case ("www.023wo.com"):
Header (' http/1.1 moved Permanently ');/Send 301 head Info
Modified header (' Location: [url]http://www.023wo.com/wo ' [/url]); Jump to the corresponding domain name directory
a break;
Case ("023wo.com"):
Header (' http/1.1 moved Permanently ');
Header (' Location: [url]http://www.023wo.com/wo ' [/url]);
break;
Case ("www.sionwes.com"):
Header (' http/1.1 moved Permanently ');
Header (' Location: [url]http://www.sionwes.com/studio ' [/url]);
break;
Case ("sionwes.com"):
Header (' http/1.1 moved Permanently ');
Header (' Location: [url]http://www.sionwes.com/studio ' [/url]);
break;
Case ("Www.111cn.net"):
Header (' http/1.1 moved Permanently ');
Header (' Location: [Url]http://www.lansiru.com/siru ' [/url]);
break;
Case ("lansiru.com"):
Header (' http/1.1 moved Permanently ');
Header (' Location: [Url]http://www.lansiru.com/siru ' [/url]);
break;
29}
?>