Heim >Backend-Entwicklung >PHP-Tutorial >多个域名绑定一个空间互不影响_PHP教程

多个域名绑定一个空间互不影响_PHP教程

WBOY
WBOYOriginal
2016-07-13 17:21:16991Durchsuche

上次发了一个ASP多个域名绑定一个空间互不影响 人气旺旺的。

$domain_net="abc.com";
$dot_net_url="bbs/";
$dot_com_url="flash";
if(($HTTP_HOST=="$domain_net")or($HTTP_HOST=="www.$domain_net"))
{
Header("Location: $dot_net_url");
}
else
{
Header("Location: $dot_com_url");
}
?>


www.bkjia.comtruehttp://www.bkjia.com/PHPjc/532495.htmlTechArticle上次发了一个ASP多个域名绑定一个空间互不影响 人气旺旺的。 $domain_net="abc.com"; $dot_net_url="bbs/"; $dot_com_url="flash"; if(($HTTP_HOST=="$domain_net")o...
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn