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 Alias in
httpd.conf?

i.e.
Alias /icons/ "/usr/local/apache/icons/"

Alias /sqwebmail/ "absolute path to cgi-bin/sqwebmail"


Restart apache.

Assuming the web server is the same box as
mail.te.astro.it.

I hope I understand what your asking.





Reply via email to