Discussion:
目錄問題?
(时间太久无法回复)
alice_well
2005-12-29 05:17:01 UTC
Permalink
一般外面如果打http://www.abc.com.tw 會對應我內部的http://10.10.10.10
我要如何改成http://www.abc.com.tw 會對應我內部的http://10.10.10.10/xyz
謝謝
Bernard Cheah [MVP]
2005-12-29 10:38:31 UTC
Permalink
Well, domain name help to resolved IP only. NOT directory.
so in your case, you could configure redirection at 10.10.10.10/ and
redirect to /xyz folder
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/
§Ú­nŠpŠó§ïŠšhttp://www.abc.com.tw ·|¹ïÀ³§Ú€º³¡ªºhttp://10.10.10.10/xyz
ÁÂÁÂ
alice_well
2005-12-30 02:38:01 UTC
Permalink
不太懂意思,大概怎麼做?

"Bernard Cheah [MVP]" 來函:
Post by Bernard Cheah [MVP]
Well, domain name help to resolved IP only. NOT directory.
so in your case, you could configure redirection at 10.10.10.10/ and
redirect to /xyz folder
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/
Post by alice_well
一般外面如果打http://www.abc.com.tw 會對應我內部的http://10.10.10.10
我要如何改成http://www.abc.com.tw 會對應我內部的http://10.10.10.10/xyz
謝謝
Bernard Cheah [MVP]
2005-12-30 07:20:53 UTC
Permalink
Errr. if it just one Url, you can for example

www.abc.com.tw -> 10.10.10.10
webroot -> d:\website\abc\
default doc -> index.asp

Inside the index.asp, check the requested URL - then redirect to /xyz
folder.
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/
€£€ÓÀŽ·N«ä¡A€j·§«ç»ò°µ?
"Bernard Cheah [MVP]" šÓšç¡G
Post by Bernard Cheah [MVP]
Well, domain name help to resolved IP only. NOT directory.
so in your case, you could configure redirection at 10.10.10.10/ and
redirect to /xyz folder
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/
§Ú­nŠpŠó§ïŠšhttp://www.abc.com.tw ·|¹ïÀ³§Ú€º³¡ªºhttp://10.10.10.10/xyz
ÁÂÁÂ
Loading...