View Single Post
  #1  
Old 10-16-2006, 09:28 AM
art182 art182 is offline
Member
 
Join Date: Oct 2006
Posts: 15
Default Redirect subdomain

Hi, I am new user of lsws, up to know I've been using Apache 2. I have problems with redirecting subdomain. In Apache I have:

<VirtualHost *>
ServerName pliki.ssjcenter.pl
ServerAdmin art@ssjcenter.pl
Redirect / http://ssjcenter.com/
</VirtualHost>

How this should be done in lsws?
Reply With Quote