Heh, that's a different issue. You asked for a redirect, and this is what it does now.
If you want just to show the site, make sure your hosting knows to serve this domain, and then make sure Drupal does. The second part is done by defining the site settings in 'sites/default' instead 'sites/example.com'. Another option is to use symbolic links, so that sites/example.co.il points to the sites/example.com directory.
יש לנו באתר מדריכים שונים, הכוללים מדריך להתקנת דרופל על המחשב המקומי או על שרת אירוח באינטרנט, כמו גם מדריכים לעיצוב ופיתוח.
בעזרת המדריכים השונים באתר ובעזרת קבוצות הדיון שלנו, אפשר למצוא את כל המידע הנחוץ להקמה והתאמה אישית של אתרי דרופל. כדאי לבדוק גם את ערוצי התמיכה הנוספים שלנו
Yuval Hager helped me with
Yuval Hager helped me with this one:
ServerName www.example.co.il
redirect permanent / http://www.example.com/he
Now is it possible to keep the www.example.co.il when they browse the site ?
Heh, that's a different
Heh, that's a different issue. You asked for a redirect, and this is what it does now.
If you want just to show the site, make sure your hosting knows to serve this domain, and then make sure Drupal does. The second part is done by defining the site settings in 'sites/default' instead 'sites/example.com'. Another option is to use symbolic links, so that sites/example.co.il points to the sites/example.com directory.
Read more here: http://drupal.org/node/53705