简体   繁体   中英

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? How will I index this url: 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;

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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