>>Hello, I'm using redhat 9.0, qmail, and squirrelmail-1.4.2. I login to >>check mail at http://www.mydomain.org/squirrelmail-1.4.2/src/login.php. >>I'd like to login to http://www.mydomain.org/mail. How can I do this?
For the archives, here's how I have things set up in Apache to run the current copy of dev CVS. My sources are in /projects/squirrelmail, and I access it at http://mydomain.tld/cvs In httpd.conf: # Squirrelmail CVS - Devel Alias /cvs /projects/squirrelmail/ <Directory /projects/squirrelmail/> AllowOverride All #optional php_value error_log /tmp/php.errors # optional php_flag log_errors on # optional php_admin_value error_reporting 2047 #optional php_flag display_errors on # optional php_flag display_startup_errors on # optional php_admin_value register_globals off # recommended </Directory> <Directory /projects/squirrelmail/attachments/> Deny from all </Directory> <Directory /projects/squirrelmail/data/> Deny from all </Directory> # END Squirrelmail CVS - Devel Maybe this will be of use to someone. -- Chris Hilts [EMAIL PROTECTED] ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click -- 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
