Luca, Thank you for replying. On 03/06/2017 04:07 AM, Luca Toscano
wrote:
Comes back <null> response.
RedirectMatch ^.*webmail https://%{SERVER_NAME}%{REQUEST_URI} [L,R] But how do I get this NOT to redirect when it is already https:// ? And how do I handle Webmail as well as webmail? Would that be RedirectMatch ^.*[wW]ebmail https://%{SERVER_NAME}%{REQUEST_URI} [L,R] thanks |