Recirecting according to hostname
From MyWiki
RewriteCond %{HTTP_HOST} ^www\.site1\.com [NC] RewriteRule ^(.*)$ index.php?lang=it [NC,QSA] RewriteCond %{HTTP_HOST} ^www\.site2\.com [NC] RewriteRule ^(.*)$ index.php?lang=en [NC,QSA]