I have a website and so does my college. Except my college doesn't know that my website uses their hosting i.e. same server. So both of us share common IP address like 23.5.46.225

To access my college I can either use http://23.5.46.225/~collegename OR www.collegename.com
And to access my server I can use http://23.5.46.225/~myhandle OR www.mysite.com

But i want to access my site via my college name like http://collegename.com/../~myhandle
But it doesn't seem to work. Can way I can achieve this? help me out here :)

Recommended Answers

All 3 Replies

It doesn't work because you are using DNS to resolve the domain name which will not recognize your hosting instance. With out control over DNS and the server it just won't happen.

commented: ok thanks +0

As far as i know, the only way to handle this is to use an iFrame. you can put an iFrame in you current applications page and provide the second url in the iFrame using the iframe src.

Member Avatar for diafol

There are very good reasons why you can't do this. Although pixelsoul has given the technicals, can you imagine if your college shared a host with say a porn site? How would the college feel if the porn site was advertising its link as:

www.collegename.com/~bigredthingy

Your idea, although I can see why you'd want to do this, would probably cause your college quite a bit of discomfort.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.