[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] .conf redirection
- Subject: RE: [cobalt-users] .conf redirection
- From: "Chris Demain" <cdemain@xxxxxxxxxxx>
- Date: Thu Jan 24 15:18:00 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> There are a few ways to redirect. The easiest of which is:
>
Slightly more elegantly:
from the httpd.conf
<VirtualHost 66.118.128.5>
ServerName www.sagonetworks.net
ServerAlias sagonetworks.net www.sagonetworks.net
ServerAdmin netservices@xxxxxxxxxxx
DocumentRoot /var/www/sagonet.com/html
Redirect permanent / http://www.sagonet.com/
</VirtualHost>