« Rigistering a @msn account | Home | 发现一个可以自己画肖像的网站 »

October 3, 2005

在同一空间上使用多个网站PHP转向代码

依据此法,可以在空间商提供的一个帐号开设多个网站.

< ?php

$arrays=array(
'www.aa.com'=>‘aa/index.html’,
‘www.bb.com’=>’bb/index.html’,
‘www.cc.com’=>’cc/index.html’,
‘www.dd.com’=>’dd/index.html’,
‘127.0.0.1′=>’bbs/index.php’,
);
$url = $arrays[$_SERVER[’HTTP_HOST’]];
Header(”Location: $url”);
?>

Posted by Lifeng Shen on October 3, 2005 5:38 PM |

评论

The main page of a site has especially pleased. Good color scale! Thanks!

添加评论







固定链接与引用