Home | Troubleshooting |  Quick Setup  |  Cisco How to  |  Data Recovery  |  Forums   | Blog | IT Exam Practice | Services  | About Us | Chicagotech MVP  | Search  | Contact Us  |                 

 

 

IIS - How to

Do you know the way to test if our IIS is using SSL 2 or 3?
How to access WebDAV
How to backup and restore IIS
How to create and configure a virtual server in IIS
How to disable SSL V2.0 on Microsoft IIS 6
How to Enable SSL on IIS 7.0 Using Self-Signed Certificates
How to install a certificate on a remote server
How to Install and Enable WebDAV on a Windows
How to install a server certificate in Windows 2003
How To Install an SSL on Microsoft IIS 7
How to move a certificate from Microsoft IIS 6 to Microsoft IIS 7.0
How to re-install IIS and Exchange
How to redirect one web site to another
How to reinstall ASP.NET
How to renew Certificate on IIS 6
How to: reinstall IIS and Exchange

How to reset/synchronize IUSR & IWAM passwords in both ADUC and IIS

How to setup ftp
How to setup Host Header Names to Host Multiple Sites on One IP
How to setup SSL on Windows 2003 by using Third-party CA

How to Setup Multiple SSL Web Sites
Setup IIS for OWA, OMA, ActiveSync and RPC over HTTPS
Which port does TFTP use

How to redirect one web site to another

To redirect http:///www25.brinkster.com/chicagotech to http://www.chicagotech.net add following script into the default page of http:///www25.brinkster.com/chicagotech.

<title>The web site has been moved to http://chicagotech.net</title>
<meta http-equiv="refresh"; content="1; URL=http://www.chicagotech.net">

<p>The web site has been moved to
<a href="http://www.ChicagoTech">http://www.ChicagoTech</a></p>
<p></p>

HOW TO setup Host Header Names to Host Multiple Sites on One IP

Configure Host Header Names in IIS 5.0
To configure host header names in IIS, start the Internet Service Manager (Iis.msc)>the Properties of the web, select IP address that the site will use and TCP Port that should be used (usually 80). Click Advanced>Multiple identities for this Web Site list, select the identity that you want to use. Click Edit, and then add the desired host header name like web1.domain.com. Register the host header name with the appropriate name resolution system. If the accessed web is on an intranet register it with the intranet's name resolution system, such as WINS and internal DNS. If the access web is on the Internet, register the host header name with DNS, which is administered by InterNic.

NOTE: If you want this site to respond to more than one host header name, use the Add button to add additional identities to this list. Specify a different host header name for each identity, but be sure to use the same IP address and port.

 


 

 

Hit Counter   This web is provided "AS IS" with no warranties.
Copyright © 2002-2018 ChicagoTech.net, All rights reserved. Unauthorized reproduction forbidden.