同一空间绑定多个域名而实现访问不同页面的PHP代码
作者:bea
<?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"); ......继续添加...... break; } ?
<?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");
...... 继续添加 ......
break;
}
?>
有用 |
无用
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");
...... 继续添加 ......
break;
}
?>
猜你喜欢
您可能感兴趣的文章:
- E路文章系统PHP
- 使用PHP数组实现无限分类,不使用数据库,不使用递归.
- Php部分常见问题总结
- global.php
- source.php查看源文件
- function.inc.php超越php
- 粗略计算在线时间,bug:ip相同
- php中处理模拟rewrite 效果
- 如何写php程序?
- IIS下配置Php+Mysql+zend的图文教程
- 从网上搜到的phpwind 0day的代码
- PHP字符函数大全
- ajax缓存问题解决途径
- 数字转英文
- 產生圖片隨機字串
- 計算你開發的 PHP 程式大小
- PHP中,文件上传
- eWebEditor v3.8 商业完整版 (PHP)
- 实现 win2003 下 mysql 数据库每天自动备份