burgemaster Posted May 3, 2008 Posted May 3, 2008 Hi all, Quick question, hope someone can help, I think its an easy DNS or IIS one. i want the users to just type "ePortal" in the address bar and it to \\server\eportal\index.jsp ? we have eportal setup as a vrtual directory, if this is possible, could we also setup maybe "Eclipse" to go straight to out library ? and also "Trackit" to go to another IIS virtual directory on the defualt website? Cheers in advance?
meastaugh1 Posted May 3, 2008 Posted May 3, 2008 Would host headers do it? http://support.microsoft.com/kb/324287
SYNACK Posted May 3, 2008 Posted May 3, 2008 The easiest way to do this is to add extra entries in your DNS server that point to your web servers IP. You then need to set up a site in IIS for each of the ones that you want to redirect and set the listeners on these new sites to port 80 but with a host header of eclipse and eclipse.yourdomain.local You should be able to set up these sites home directories to point at your desired locations or use a simple ASP redirect page to redirect the browsers to the full URL.
burgemaster Posted May 3, 2008 Author Posted May 3, 2008 thanks for the replies... sounds complicated !! lol
SYNACK Posted May 3, 2008 Posted May 3, 2008 Its not very complicated to do, it just sounds hard, here are some sites that may help: Set up New sites to listen on the new names: Host multiple Web sites by using IIS and a single IP address How To Use Host Header Names to Configure Multiple Web Sites in Internet Information Services 5.0
burgemaster Posted May 3, 2008 Author Posted May 3, 2008 (edited) here`s a shot of our IIS setup, Am i right in thinking to get this to work that Eclispe (MLS.net) and Trackit should not be all be on the default website?? Cheers Edited May 3, 2008 by burgemaster
SYNACK Posted May 4, 2008 Posted May 4, 2008 here`s a shot of our IIS setup, Am i right in thinking to get this to work that Eclispe (MLS.net) and Trackit should not be all be on the default website?? Cheers You should leave those there as moving the virtual directories would be troublesome. Heres what you want to do (now with screen shots): If you have not already added the aliases then: Add DNS CNAME - ATT1 and ATT2 Create a new site in IIS for eclipse and set it up to listen on port 80 with the host header that you are using ie eclipse.yourschool.local and eclipse - ATT3 No that you have your site set up you want to make it redirect to the existing locations of your web apps. Do this under the home directory tab and set it to redirect to the original site ie http://webserver.yourschool.local/eclipse - ATT4 I think that the new site thing brings up a wizard so just enter the above information in where appropriate and it should all work.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now