|
From: Tomas K. <to...@us...> - 2007-12-05 16:27:33
|
satimis wrote: > >> >> A further question, is it possible evoking SquirrelMail with >> >> "https://domain.com/mail" to shorten typing input? If YES, then >> how to >> >> do it? TIA >> >> >> > >> > http://httpd.apache.org/docs/2.2/mod/mod_alias.html#alias >> > >> > Alias /mail /usr/local/squirrelmail/www >> >> A simpler method is simply to rename the directory that contains >> SquirrelMail. >> That's what I do. > > Hi Alan, > > > Ubuntu 7.04 server amd64 > > > $ sudo find / -name squirrelmail -type d > /usr/local/squirrelmail > /var/local/squirrelmail > /etc/squirrelmail > > > $ ls -l /usr/local/squirrelmail/ > total 12 > drwx-wx--- 2 root nogroup 4096 2007-12-03 23:49 data > drwx-wx--- 2 root nogroup 4096 2007-12-03 23:49 temp > drwxr-xr-x 16 root root 4096 2007-11-23 11:55 www > > > Whether run; > > $ sudo mv /usr/local/squirrelmail /usr/local/mail > ??? > > > TIA > > > B.R. > Stephen L > > Alan missed the fact that your SquirrelMail installation is not stored in web document root. Set alias or move it to your document root. -- View this message in context: http://www.nabble.com/squirrelmail-fails-to-start-tf4937676.html#a14174878 Sent from the squirrelmail-users mailing list archive at Nabble.com. |