You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/09 11:59:57 UTC

[Httpd Wiki] Update of "CanonicalHostNames" by noodl

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The following page has been changed by noodl:
http://wiki.apache.org/httpd/CanonicalHostNames

The comment on the change is:
There really should be a link-to-docs macro

------------------------------------------------------------------------------
  
  == Using Virtual Hosts ==
  
- Use the Redirect directive inside a VirtualHost block to force browsers to redo a request with a new host name.
+ Use the Redirect directive inside a {{{VirtualHost}}} block to force browsers to redo a request with a new host name.
  
- Remember that the first listed VirtualHost will serve all requests that match no ServerName or ServerAlias.  By using a Redirect in this host, you can assure that any non-matched names will also be transfered to the Canonical host.
+ Remember that the first listed {{{VirtualHost}}} will serve all requests that match no {{{ServerName}}} or {{{ServerAlias}}}.  By using a Redirect in this host, you can assure that any non-matched names will also be transfered to the Canonical host.
  
  {{{