Redirect without www to www all domains.

#1
Hello. in apache I use this code:
/home/.htaccess

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

I have read that litespeed does not work (/home/.htaccess)

As I can do this with litespeed enterprise server (ultimate version ), could give me some details.

Thank you.
 
Top