This may seem a dumb question .... but how on earth is my.domain..com/webmail linked to the /usr/share/squirrelmail/src/login.php ?????
I installed SM a year ago, and cannot remember HOW on earth the link is made. It's not in my DNS, in my httpd.conf file, or anywhere I can find.
Please help!!!
Mairhtin
Mairhtin O'Feannag CTO Tech Solutions Group LLC. po box 14439 San Francisco, Ca. 94114-0439 415.377.6655 (cell) 415.358.4838(fax)
It's done in the filesystem. It looks like you're on a Unix system, so something like this would do the trick:
$ pwd my.domain.com $ ln -s /usr/share/squirrelmail webmail
or
$ ln -s /usr/share/squirrelmail/src webmail
make sure "index.php" is configured in the web server to be a "DirectoryIndex" file (like index.htm or index.html) and the login page should just appear. :)
Peace...
Tom
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ -- 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
