欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

同一空間綁定多個(gè)域名而實(shí)現(xiàn)訪問(wèn)不同頁(yè)面的PHP代碼

 更新時(shí)間:2006年12月06日 00:00:00   作者:  
<?php 
switch ($_SERVER["HTTP_HOST"]) { 
    case "www1.aspcn.net": 
        header("location:index1.htm"); 
        break; 
    case "www2.aspcn.net": 
        header("location:index2.htm"); 
        break; 
    case "www3.aspcn.net": 
        header("location:index3.htm"); 
...... 繼續(xù)添加 ...... 
        break; 

?>

相關(guān)文章

最新評(píng)論