Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Oct 01, 2013 10:02 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
Hi,
I always used squirrelmail.

My squirrelmail.conf is:
Code:
Alias /webmail /usr/share/squirrelmail

<Directory "/usr/share/squirrelmail/plugins/squirrelspell/modules">
  Deny from all
</Directory>

# this section makes squirrelmail use https connections only, for this you
# need to have mod_ssl installed. If you want to use unsecure http
# connections, just remove this section:
<Directory /usr/share/squirrelmail>
  RewriteEngine  on
  RewriteCond    %{HTTPS} !=on
  RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</Directory>


This makes squirrelmail accessible from https://mydomain/webmail

Now I installed roundcube mail and I want to access squirrelmail from
https://mydomain/squirrelmail
and roundcube from
https://mydomain/roundcube

I noticed that if I set the alias
Alias /webmail /usr/share/squirrelmail
or
Alias /webmail /usr/share/roundcube

I can access roundcube and squirrelmail without problem.
If I set this alias
Alias /squirrelmail /usr/share/squirrelmail
and this
Alias /roundcube /usr/share/roundcube

I can't access any webmail.

It seems that the only alias that works ok on my system is /webmail

how this can be possible??


Top
   
PostPosted: Tue Oct 01, 2013 11:27 am 
Offline
Senior Member

Joined: Wed May 13, 2009 1:32 pm
Posts: 737
Location: Italy
I noticed that if I write this in browser
https://mydomain/squirrelmail/
it works,
if I write
https://mydomain/squirrelmail
without the final slash it doesn't work.

This is very bad for me, how can I access https://mydomain/squirrelmail
without the need of final slash?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: SpinThis! and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group