> -----Original Message-----
> From: glua [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, February 11, 2004 1:36 AM
> To: users-de@httpd.apache.org
> Subject: Re: Redirect mit Apache
> 
[..]
>
> ich mache das immer so:
> 
> <VirtualHost *>
> ServerName sub1.domain.tld
> Redirect / http://www.t-online.de
> </VirtualHost>

bzw. so:

<VirtualHost 192.168.1.1:80>
Redirect permanent / https://www.example.com/
ServerName www.example.com
..
</VirtualHost>

Greets, Peter



--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de"
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an