ok, so can you tell me how to search this things, because i type on the searcher this words:
horde
horde + ssl
horde no ssl
horde nossl
horde + no ssl
but i cant find any text taking about no ssl and horde, only my own post on the forum.
So, please tell me how to do it, beause iam disturbed.
I will waitngs for your response.
thanks
bye
I don't see that this has been answered either. You could have had a look at your httpd.conf file and did some googling on apache which would have helped, though.
This is not recommended, and not fully tested, but a quick test allowed me to login to webmail via http and https.
Change the following:
# RewriteRule ^/webmail(/.*|$) https://%{HTTP_HOST}/webmail$1 [L,R]
# RewriteRule ^/horde(/.*|$) https://%{HTTP_HOST}/horde$1 [L,R]
Alias /webmail /home/httpd/html/horde/imp
Alias /horde /home/httpd/html/horde
then do this - /etc/rc7.d/S86httpd-e-smith restart
Report back it that works for you.
JB