PDA

View Full Version : Redirect subdomain


art182
10-16-2006, 10:28 AM
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?

mistwang
10-16-2006, 02:20 PM
If you let LiteSpeed to use Apache httpd.conf, it should work fine with the same apache configuration.
If you using LiteSpeed configuration, you need to creat a vhost and add redirect context for URL"/", and create listener to vhost mapping on "*".