lets say threre is a site called mypage.com but I want to find out whats the actual URL where domain resolves to. It usually is something like 123.45.67/~mypage/www. How will you do it?
Thank you.
Answer
You cannot know this information from outside. The reason for this is that you need to know the server configuration and the server needs to have been configured to respond to requests in the manner that you want.
I suspect your system has been configured with some sort of mass virtual hosting rather than individual vhosts.
Attribution
Source : Link , Question Author : Cain Nuke , Answer Author : user9517