it should be like this
Quote:
###### Redirect / to www ######
RewriteCond %{HTTP_HOST} !^www\.xxxx\.co.il
RewriteRule (.*) http://www.xxxx.co.il/$1 [R=301,L]
#########################
|
or
Quote:
###### Redirect / to www ######
RewriteCond %{HTTP_HOST} !^www.xxxx.co.il
RewriteRule (.*) http://www.xxxx.co.il/$1 [R=301,L]
#########################
|
xxxx it just an exapmle to my domain