简体   繁体   English

使用Blueshost服务器重定向到子域

[英]Redirecting to Subdomain with Blueshost Server

So here is my subdomain http://amabini.com/faithmabini/ now i want to index or redirect the user to the url below when they visit the subdomain, how can i do that? 所以这是我的子域名http://amabini.com/faithmabini/,当我访问子域名时,我想为用户编制索引或将用户重定向到下面的网址,我该怎么做? How will I index this url: http://amabini.com/faithmabini/mabini/Webpages/Home.php 我如何索引此网址: http : //amabini.com/faithmabini/mabini/Webpages/Home.php

For a quick redirect, you can do: 要进行快速重定向,您可以执行以下操作:

header("Location: http://amabini.com/faithmabini/mabini/Webpages/Home.php");
exit;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM