I'm having some trouble getting my enterprise version to work. I have tried to set the htaccess file with my web address and it breaks my drupal site. My company IT has already setup the dns records accordingly.
Also I would also like to know how to edit the translated pages and allow someone else access to them??? I'm so confused, also where do I use this login account you sent me once I purchased my enterprise version?
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]