Ismail YENIGUL writes:
> hi
> here is my solution
>
> <VirtualHost myIP>
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /usr/local/www/data/mail
> ServerName webmail.mydomain.com
> Redirect permanent / "http://www.mydomain.com/cgi-bin/sqwebmail"
> </VirtualHost>
>
>
> Redirect permanent / "http://www.mydomain.com/cgi-bin/sqwebmail"
> this will redirect all data that comes to webmail.mydomain.com to
> "http://www.mydomain.com/cgi-bin/sqwebmail"
>
> do not forget " " at "http://www.mydomain.com/cgi-bin/sqwebmail"
Hi Ismail,
This is something I've not come across with Apache. Perhaps I have not do
enough RTFM. OK, some questions:
1) Redirect permanent / "http://some.url.com/path/file"
Can I put just http://some.url.com/path/file (without the double-quota)?
2) Must the redirected page be in http://...? Can I just specify /path/file?
Thanks.
-----------------------------------------------------------
Any opinions, explicit or implied, are solely those of
the author and do not necessarily represent those of PANSAR
-----------------------------------------------------------