Hi,
I am trying to setup the Enterprise version, but I'm having some issues with it working.
I have setup a subdomain in my control panel (fr.galsys.co.uk) and have added the CNAME record to kars.tdn.gtranslate.net
I've edited the .htaccess file to the following:
<IfModule mod_rewrite.c>
RewriteCond %{HTTP:X-GT-Lang} ^$ # requests from our network will have X-GT-Lang header
RewriteCond %{HTTP_HOST} ^galsys\.co.uk [NC]
RewriteRule (.*) http://www.galsys.co.uk/$1 [R=301,L]
</IfModule>
Using a test page at http://www.galsys.co.uk/index-test.php and clicking the french flag I get nothing.
If the same page is uploaded to the subdomain I just get a blank white page with no source.
If there is no page uploaded to the subdomain I get a 404 Error.
Any help would be much appreciated.