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. {{{
