找回密码
 立即注册
查看: 2066|回复: 6

同空间多域名

[复制链接]
等级头衔

等級:管理员

积分成就
威望
960
贡献
800
主题
99
精华
0
金钱
539
积分
3367
注册时间
2012-8-22
最后登录
2021-8-29

爱美娜网络 发表于 2013-2-19 11:27:29 | 显示全部楼层 |阅读模式
<%if Request.ServerVariables("SERVER_NAME")="sqfd.net" then   '第一个输入的网址
response.redirect "/index.php"                                             '将它转发到相应的文件夹
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.sqfd.net" then  
response.redirect "/index.php"                          
else%>
<%end if%>
<%if Request.ServerVariables("SERVER_NAME")="www.jia.a5j.cn" then   '第二个输入的网址
response.redirect "/jia/index.php"                                               '将它转发到相应的文件夹
else%>
<%end if%>


好心人 http://haox.ren
等级头衔

等級:网站编辑

积分成就
威望
0
贡献
0
主题
260
精华
0
金钱
736
积分
1037
注册时间
2012-10-30
最后登录
2022-1-27

爱我家 发表于 2017-11-17 16:33:23 | 显示全部楼层
上面是asp代码

下面是php 代码
<?php
switch ($_SERVER["HTTP_HOST"])
{
case "fotulv.cn":
header("location:tulv/index.php");
break;
case "www.b.com":
header("location:b/index.php");
break;
case "www.boaer.com":
header("location:cboaer/index.php");
break;
}
?>

◇爱我家◇-->awoj.cn
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

下载手机安卓版|手机版|劉家. ( 京ICP备05079106号 )

GMT+8, 2024-5-17 10:34 , Processed in 0.303178 second(s), 37 queries . Template by CnRen.Vip

版权: 劉家(CnLiuJia) 信息:来源于网络

Copyright © 2000-2024 CnLiuJia.Com Inc.All Rights Reserved

快速回复 返回顶部 返回列表