R****9 发帖数: 815 | 1 GoDaddy买了域名,另外有空间(但URL很长),怎么让GoDaddy域名指向自己的网站呢?
我copy存成GoDaddy的index page, 但当有联接,就有"Security Warning":
The current Web page is trying to open a site on your intranet. Do you want to allow this? |
p*******d 发帖数: 359 | 2 change DNS setting, points to the other IP
呢?
【在 R****9 的大作中提到】 : GoDaddy买了域名,另外有空间(但URL很长),怎么让GoDaddy域名指向自己的网站呢? : 我copy存成GoDaddy的index page, 但当有联接,就有"Security Warning": : The current Web page is trying to open a site on your intranet. Do you want to allow this?
|
e******x 发帖数: 925 | 3 这种做法很多空间不支持的。除非是自己的专用IP
可以用mask forward的方法。不过GoDaddy的forward的服务器在国内是不可以访问的。
另外一种方法是使用域名的免费空间,如果在免费空间里做一个url转移。
【在 p*******d 的大作中提到】 : change DNS setting, points to the other IP : : 呢?
|
R****9 发帖数: 815 | 4 请问怎么"在免费空间里做一个url转移"?
新手多谢!
【在 e******x 的大作中提到】 : 这种做法很多空间不支持的。除非是自己的专用IP : 可以用mask forward的方法。不过GoDaddy的forward的服务器在国内是不可以访问的。 : 另外一种方法是使用域名的免费空间,如果在免费空间里做一个url转移。
|
e******x 发帖数: 925 | 5 你先创建免费的空间,然后再那里放一个index.php文件。文件内容为:
header('Location: http://yournewdomain.com/url');
?>
这样就可以了。
【在 R****9 的大作中提到】 : 请问怎么"在免费空间里做一个url转移"? : 新手多谢!
|
R****9 发帖数: 815 | 6 高手,谢谢!
【在 e******x 的大作中提到】 : 你先创建免费的空间,然后再那里放一个index.php文件。文件内容为: : : header('Location: http://yournewdomain.com/url'); : ?> : 这样就可以了。
|
e******x 发帖数: 925 | 7 不客气。这是基本的东西。
【在 R****9 的大作中提到】 : 高手,谢谢!
|
R****9 发帖数: 815 | 8 我做了URL转移,但有"Security Warning" from IE:
"The Current Web Page is trying to open a site on your intranet. Do you
want to allow this?"
Current site: http://
Intranet site: https://
怎么才能去掉IE的Warning呢?为什么Firefox没有Warning呢? |