>> 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 have my squirrelmail source in:
/projects/squirrelmail

So I put the following in my httpd.conf file:

Alias /cvs /projects/squirrelmail/
<Directory /projects/squirrelmail/>
        php_value error_log /tmp/php.errors
        php_flag log_errors on
        php_admin_value error_reporting 2047
        php_flag display_errors on
        php_flag display_startup_errors on
        php_admin_value register_globals off
</Directory>
<Directory /projects/squirrelmail/attachments/>
        Deny from all
</Directory>
<Directory /projects/squirrelmail/data/>
        Deny from all
</Directory>
# END Squirrelmail CVS - Devel

This should get you going in the right direction.  Don't forget to restart
apache after you edit httpd.conf.

-- 
Chris Hilts
[EMAIL PROTECTED]


-------------------------------------------------------
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to