LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Squirrelmail change url option? (https://www.linuxquestions.org/questions/linux-software-2/squirrelmail-change-url-option-558870/)

sbabcock23 06-03-2007 03:20 PM

Squirrelmail change url option?
 
I have done it before but I can't remember. I want to change the url of squirrelmail from example.ca/wemail to example.ca/mail
I know its simple I just can't figure out where to change it.

in the future i want to just redirect example.ca/mail to mail.example.ca. To do this part I just use redirection in apache correct?

Thanks
Steve

MoMule 06-04-2007 11:11 AM

For the first part, just use the mv command:

mv /var/www/html/webmail /var/www/html/mail

Then you will need to update apache if you are using virtual hosts (Vhosts file).

Good luck,

Deion "Mule" Christopher

sbabcock23 06-05-2007 05:56 PM

actually i found it. It is in /etc/httpd/conf.d/squirrelmail.conf
There you will see the line
Alias /webmail /usr/share/squirrelmail
and you can change webmail to mail so you can enter your website from a.ca/mail instead of a.ca/webmail


All times are GMT -5. The time now is 07:11 AM.