Forum Moderators: open
The easiest way to do a redirect (AFAIK) is to create a new website in IIS, add 'Sales' to the host headers, and then redirect this to the new URL. YOu can do this all within the properties of the new IIS website you have just created.
If you need more help, or if I have misunderstood, let me know
In my non-work related life, I do have a bunch of websites hosted on 4 different apache servers. Using the GUIs provided by my personal hosting companies (GoDaddy and 1and1) I know how to accomplish this, but I've never actually managed a server and know absolutely nothing about accomplishing this in IIS. For various company politics reasons the marketing team does not want to involve IT in the process (mostly they're afraid IT will lock them out of their own server), and the guy who actually knew how to administer the server was laid off 2 months ago in the same corporate restructuring that combined Sales and Marketing (I knew I should have stayed in school).
I did find a tutorial on adding host headers (http://www.visualwin.com/host-header/). If I understand it correctly, in the step where I specify IP address, port setting, and host header I simply enter 'sales' in the host header portion. Is that correct?
If I understand it correctly, in the step where I specify IP address, port setting, and host header I simply enter 'sales' in the host header portion. Is that correct?
- Open the IIS 6 Manager (Administrative Tools ¦ IIS Manager)
- In the left pane, Expand the local computer
- Right-click on the 'Web Sites' folder en select New ¦ Website...
- In the wizard that appears, give the website a name (eg. Sales)
- The next step, IP adress and port settings, leave the fields as they are except for the bottom one, Host Header. Type 'Sales' (without quotes) into this field
- In the next step, browse to the location of your Marketing/Sales folder
- Make sure to select the correct permissions in the following step (for the most applications, Read and Run Scripts will be sufficient)
That's it, your site should now work.