That is how i did it I think....
I created a vhost with a dedicated IP in portal.domainxyz.com/webmail. Then I created an .htaccess file inside that subdomain containing:
RewriteRule ^(.*)$ https://webmail/$1 [P] #,E=Proxy-Host ortal.domainxyz.com]
In the litespeed backend, do I still use webmail with 127.0.0.1:2080 (http) or 127.0.0.1:2443? I currently left it at port 2080 since it should be http.
But I'm getting a 500 error. what am i doing wrong?
Last edited by bangsters; 02-15-2012 at 05:13 PM..
|