Re: url of sqwebmail too long!!!!

2001-06-09 Thread Lou Hevly
At 14:24 08/06/01, Alex Le Fevre wrote: I hope I understand what your asking. Actually, I think what he's trying to do is the same thing I've been trying to do -- make mail.domain.com equivalent to www.domain.com/cgi-bin/sqwebmail. In that case, an alias wouldn't work, because that would

Re: url of sqwebmail too long!!!!

2001-06-08 Thread Ahmad Ridha
Massimo Quintini writes: 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!!! Although it has nothing to do with qmail, you can create an index.html (or

Re: url of sqwebmail too long!!!!

2001-06-08 Thread Errol Casey
On Fri, 8 Jun 2001, Massimo Quintini wrote: 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!!! If your just trying to create a short URL, why not create an

Re: url of sqwebmail too long!!!!

2001-06-08 Thread Alex Le Fevre
I hope I understand what your asking. Actually, I think what he's trying to do is the same thing I've been trying to do -- make mail.domain.com equivalent to www.domain.com/cgi-bin/sqwebmail. In that case, an alias wouldn't work, because that would require www.domain.com/alias/, not

Re: url of sqwebmail too long!!!!

2001-06-08 Thread Johan Almqvist
* 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

RE: url of sqwebmail too long!!!!

2001-06-08 Thread Kieran Barnes
If you have PHP installed on your server. You could have an index.php in a VirtualHost called mail.te.astro.it With index.php as follows ?header(webmail.i9000.net/cgi-bin/sqwebmail);? Thats it. I'm sure you can do the same in Perl. Although I don't know how! Failing that, maybe an SSI. As

RE: url of sqwebmail too long!!!!

2001-06-08 Thread Troy Settle
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

Re: url of sqwebmail too long!!!!

2001-06-08 Thread The Lists I'm on
A Meta http-equiv=refresh content=0;url=http://mail.somewhere.com/cgi-bin/somewhere; tag in the index of a virtual host would do the trick. Also, An alias would work in only this case: UseCanonicalName On #is specified in your httpd.conf file for the master host with aliases to all other

RE: url of sqwebmail too long!!!!

2001-06-08 Thread Jeremy Suo-Anttila
: 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

Re: url of sqwebmail too long!!!!

2001-06-08 Thread David Gartner
We set it up with apache with a virtual host, then stuck in index.html in there with this: HTML HEAD TITLE Webmail /TITLE META HTTP-EQUIV= REFRESH Content=0;URL=http://domain/cgi-bin/sqwebmail; /HEAD BODY bgcolor = white CENTERBEM Loading /em/b/CENTER BRBRBRBR /BODY /HTML -Original

Re: url of sqwebmail too long!!!!

2001-06-08 Thread Rick Updegrove
From: Massimo Quintini [EMAIL PROTECTED] How can I use an URL short (like mail.te.astro.it) instead of mail.te.astro.it/cgi-bin/sqwebmail Like so many other people suggested, this is what I use: (this probably got wrapped - my apologies) bash-2.04# cat