View Single Post
  #10  
Old 02-15-2012, 04:57 PM
bangsters bangsters is offline
Member
 
Join Date: Dec 2011
Posts: 40
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-Hostortal.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..
Reply With Quote