Link to home
Start Free TrialLog in
Avatar of pgilfeather
pgilfeather

asked on

Someone has put a redirection on my server how can I get this off

I have created an intranet training site within my company and I am trying to make it easier for people to access my site.

lets say to access my site you typed into the address bar

http://90.0.0.1/somefolder/homepage.aspx

what I want to do is just have my users type in

http://90.0.0.1 

and this will present the user with the homepage.

Just to make things a bit more complicated though, there is another intranet in my company which runs on a completely different server. There is a bit of work politics involved here but those other guys have put on some redirection to my server.

Let me explain.

When I type in say 90.0.0.1 to get to my server in IE it says    Redirecting.... and takes you to a completely different server with a different ip address. How have they managed to get this redirection? And how can I create my own default home page?

Cheers



Paul
ASKER CERTIFIED SOLUTION
Avatar of richardSlade
richardSlade

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
check your server's default files under your web root directory, default.asp, iisstart.htm, default.aspx, index.asp etc.. and also check for any redirections in inetmgr (Admin console for IIS)

what happens when you access your server from the server itself? does it get redirected? if it doesnot then the problem might be slightly more complicated

Have Fun!
Pratap
Avatar of sys38893
sys38893

There are two ways of forwarding in general.

1- There may be an HTML file which resides at http://90.0.0.1 (i.e. index.html) and within this file there is a script which does the automatic redirecting. If you have access to this file and can change it then you can change where it redirects to.

2- This may be done in the configuration of the web server. You need to have admin rights on the the server and you need to know how to change this configuration. This is done differently in each web server.

You need to understand what kind of forwarding is done first.