m*d 发帖数: 1 | 1 We have a top level domain name. But have no idea of finding
a place to host the webpage. Now I get an account in a
school, which can host webpage. My question will be: can I
point my top level domain name, e.g. www.myname.com,
to my school account name, e.g., www.school.edu/~name, ?
Thank you in advance.
pls dont laugh at me. I'm new guy here. | d*****b 发帖数: 5 | 2 you have to have a nameserver so that your top level domain
can point to some ip to find your homepage, that means you
have to host your top level domain somewhere then do mirror
to your school homepage
【在 m*d 的大作中提到】 : We have a top level domain name. But have no idea of finding : a place to host the webpage. Now I get an account in a : school, which can host webpage. My question will be: can I : point my top level domain name, e.g. www.myname.com, : to my school account name, e.g., www.school.edu/~name, ? : Thank you in advance. : pls dont laugh at me. I'm new guy here.
| e*****o 发帖数: 6 | 3 1,添加DNS记录。
在你注册域名的时候所填写的DNS是属于哪一个ISP的,则要求其添加
记录。假设:www.school.edu/~name所在的IP是1.1.1.1,你就让他
们把www.myname.com指向1.1.1.1
2,在www.school.edu/~name这台机器上的IIS上进行设置。
添加站点,主机头名写www.myname.com
仅供参考
【在 m*d 的大作中提到】 : We have a top level domain name. But have no idea of finding : a place to host the webpage. Now I get an account in a : school, which can host webpage. My question will be: can I : point my top level domain name, e.g. www.myname.com, : to my school account name, e.g., www.school.edu/~name, ? : Thank you in advance. : pls dont laugh at me. I'm new guy here.
| q**w 发帖数: 11 | 4 There are two things:
1. configure a dns for myname.com, www.myname.com etc.
2. configure web server to redirect www.myname.com to www.shool.edu/~name.
Thsi part is the virtual host.
【在 e*****o 的大作中提到】 : 1,添加DNS记录。 : 在你注册域名的时候所填写的DNS是属于哪一个ISP的,则要求其添加 : 记录。假设:www.school.edu/~name所在的IP是1.1.1.1,你就让他 : 们把www.myname.com指向1.1.1.1 : 2,在www.school.edu/~name这台机器上的IIS上进行设置。 : 添加站点,主机头名写www.myname.com : 仅供参考
|
|