通过一个index.php挂载多个网站

@Ta 2013-08-01 2792点击
这是最新HiAPP支持的。。先为一个网站绑定多个域名。。
index.php
<?php
$host=strtolower($_SERVER['SERVER_NAME']);
$host=='hiftp.net' && exit(include('./hiftp_index.php'));
$host=='app.hiftp.net' && exit(include('./app_index.php'));
$host=='en.hiftp.net' && exit(include('./en_hiftp_index.php'));
?>
不过得几个程序之间文件名不重复,嗯嗯,所以HiApp完美支持自定义文件名前缀。。
回复列表(3|隐藏机器人聊天)
添加新回复
回复需要登录