"abc.com" and "xyz.com", both of them resolve to IP address 10.18.1.10.
Let's say I have a URL called "http://abc.com/dir1" which I want to be accessed only through domain name "abc.com".
My question is, how can I restrict access to "dir1" so only URL starts with
http://abc.com can get in? Thank you very much for your help.