Hello. in apache I use this code:
/home/.htaccess
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.
/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.