Hello,
i subscribed GTranslate eneterprise and i have tried to follow your instructions.
But...
if i write this lines in .htacces
RewriteCond %{HTTP:X-GT-Lang} ^$ # requests from our network will have X-GT-Lang header
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*) http://www.domain.com/$1 [R=301,L]
i got a ERR500.
i changed, of course, domain with my domain name, but only placing a comment here
#RewriteCond %{HTTP:X-GT-Lang} ^$ # requests from our network will have X-GT-Lang header
the web site loads ok.
So if i write es.domain.com it loads www.domain.com.
Can you help me?
Giovanni