문제

I am not really sure how to phrase my question about this problem. What I want to ask is: I have the following scenario: mydomain.com which has an ip address lets say aaa.aaa.aaa.aaa I created a directory: mydomain.com\newDesign

What I want to know is, if I will be able to have a different ip address for this directory. Which is something like that: mydomain.com which has an ip address lets say aaa.aaa.aaa.aaa mydomain.com\newDesign which has an ip address lets say bbb.bbb.bbb.bbb

Is this possible?

도움이 되었습니까?

해결책

You can do that with Apache virtual hosts.

You can set different Ips to any directory or subdomain.

다른 팁

No. The closest you could do is ask the server at aaa.aaa.aaa.aaa to redirect queries in that subfolder to the server at bbb.bbb.bbb.bbb (or just send people to that server in the first place)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top