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?
<VirtualHost *>
ServerName pliki.ssjcenter.pl
ServerAdmin art@ssjcenter.pl
Redirect / http://ssjcenter.com/
</VirtualHost>
How this should be done in lsws?