
10-16-2006, 09:28 AM
|
|
Member
|
|
Join Date: Oct 2006
Posts: 15
|
|
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?
|