View Single Post

  #2 (permalink)  
Old 04-06-2004
Davide Bianchi
 
Posts: n/a
Default Re: directing a webspace to another server?

Wilhelm Kutting <wkutting@gmx.de> wrote:
> i like to redirect a domain via httpd.conf to anthother server and there to
> a special directory.


<VirtualHost *>
ServerName yourdomain.com
RedirectPermanent / http://whatever.org/something
</VirtualHost>

Davide

--
| At no time is freedom of speech more precious than when a man hits his
| thumb with a hammer. -- Marshall Lumsden
|
|