When you try se.arteblog.net, it redirects back to http://www.arteblog.net
I've tried to set up the default wordpress address to arteblog.net and it worked, but isn't an option for me.
I've already put this in .htaccess
- Code: Select all
# BEGIN gTanslate
<IfModule mod_rewrite.c>
RewriteCond %{HTTP:X-GT-Lang} ^$
RewriteCond %{HTTP_HOST} ^arteblog.net
RewriteRule (.*) http://www.arteblog.net/$1 [R=301,L]
</IfModule>
# END gTranslate
So the question is: how can I use gtranslate enterprise edition with www?