Why not just use a http refresh and point to the correct url thats what i
have done and it only takes a few seconds to do.

<HTML>
<HEAD>
<META http-equiv="Refresh" content="1;
URL=http://webmail.yourdomain.com/cgi-bin/sqwebmail";>
</HEAD>
<BODY>
</BODY>
</HTML>


thanks

Jps


-----Original Message-----
From: Troy Settle [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 9:33 AM
To: [EMAIL PROTECTED]
Subject: RE: url of sqwebmail too long!!!!



How about:

   RewriteRule ^/$ /cgi-bin/sqwebmail [R]

In your apache configuration.

-Troy

** -----Original Message-----
** From: Johan Almqvist [mailto:[EMAIL PROTECTED]]
** Sent: Friday, June 08, 2001 9:35 AM
** To: [EMAIL PROTECTED]
** Subject: Re: url of sqwebmail too long!!!!
**
**
** * Massimo Quintini <[EMAIL PROTECTED]> [010608 09:45]:
** > How can I use an URL short (like mail.te.astro.it) instead of
** > mail.te.astro.it/cgi-bin/sqwebmail ????
** > I have tried with VirtualHost directive of Apache Web Server without
** > success!!!
**
** I've found the easiest way to be the following:
**
** Using lynx, grab the front page (login page) that sqwebmail
** sends. Save it
** as index.html of a virtual host (ie mail.te.astro.it/index.html). Make
** sure the links and the form point to the cgi. Voilą!
**
** -Johan
** --
** Johan Almqvist
** http://www.almqvist.net/johan/qmail/
**


Reply via email to