The easiest way, is to rename the directory: $ mv squirrelmail webmail
But, that doesn't always work. See, by default, installing Squirrelmail from the FreeBSD ports collection puts it as /usr/local/squirrelmail (which is an AWESOME place to put it). So, I end up with the following in my httpd.conf under whichever virtualhost directives I need webmail access to: Alias /webmail/ /usr/local/squirrelmail/ I also have http://webmail.psknet.com configured as well: <VirtualHost *> ServerName webmail.psknet.com DocumentRoot /usr/local/squirrelmail So, take your pick. There's lots of ways to set this up. PS: You need to refrain from posting in HTML and also wrap your lines (I've used OE too, it's not that difficult). -- Troy Settle Pulaski Networks http://www.psknet.com 540.994.4254 ~ 866.477.5638 Pulaski Chamber 2002 Small Business Of The Year -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MD Raziuddin Haqqani Sent: Monday, June 23, 2003 6:51 AM To: [EMAIL PROTECTED] Subject: [SM-USERS] webmail Hi, I want to configure squirrelmail as webmail i.e, http://mydomain.com/webmail instead of http://mydomain.com/squirrelmial. How should I do this i am relatively new to the squirrelmail. Thanks Haq ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
