You are here:
Examples of WWW Redirect Use
This product was initially created for internal web hosting use to simply redirect the requests to a website with missing WWW sub-domain.
For instance, by typing http://mydomain.com the user would be automatically redirected to http://www.mydomain.com.
This idea could therefore be extended to create other HTTP redirections, for example you could create short URLs and easy to remember using only a sub-domain of your domain name like the following example or redirect your secondary domain names to the primary domain.
Examples of use
| HTTP Request | Redirected URL using HTTP Status 302 or 301 | |
|---|---|---|
| http://downloads.domain.com | http://www.domain.com/downloads/listing.aspx | |
| http://domain.com | http://www.domain.com | |
| http://www.domain2.co.uk | http://www.domain.com | |
