Enterprise Setup
May 9, 2013 11:34 pm by cromustang
May 9, 2013 11:34 pm by cromustang
Edvard, Yana where you are?
pls help me urgently.
how to exactly setup cname record for enterprise version for wordpress???
Re: Enterprise Setup
May 10, 2013 11:34 am by Yana
May 10, 2013 11:34 am by Yana
Hi,
You will need to login to your hosting control panel and create cname records for the languages which you want to use.
You can find the documentation here https://gtranslate.io/docs/58-gtranslat ... umentation
Please let me know if you have any questions.
Re: Enterprise Setup
May 10, 2013 1:58 pm by androidgyan
May 10, 2013 1:58 pm by androidgyan
Hi,
now its all ok with CNAME records but now I have problem with redirections
example
when I type in address bar link
http://de.androidgyan.com site redirects to main url http://www.androidgyan.com
please help me.
what exctly I must fix in htaccess file
here is my file
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ http://$1.androidgyan.com/$2 [R=301,L,QSA]
#ATOM Feeds
RewriteRule atom.xml feed/atom/ [L,R=301]
RewriteRule feeds/posts/default feed/atom/ [L,R=301]
#RSS FEEDS
RewriteRule feeds/posts/default?alt=rss feed/ [L,R=301]
RewriteRule rss.xml feed/ [L,R=301]
#Comments Feed
RewriteRule /feeds/comments/default comments/feed/ [L,R=301]
RewriteRule /feeds/comments/default?alt=rss comments/feed/ [L,R=301]
#Redirect archives
RewriteRule ^([0-9]{4})_([0-9]{1,2})_([0-9]{1,2})_archive.html$ $1/$2/ [L,R=301]
#Redirect labels/categories
RewriteRule ^search/label/(.*)$ category/$1/ [L,R=301]
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Re: Enterprise Setup
May 12, 2013 9:46 pm by Yana
May 12, 2013 9:46 pm by Yana
Hi,
Please remove www redirection of your website and add the following rules after RewriteEngine On
RewriteCond %{HTTP:X-GT-Lang} ^$
RewriteCond %{HTTP_HOST} ^androidgyan.com
RewriteRule (.*) http://www.androidgyan.com/$1 [R=301,L]
If you cannot remove www please let us know and we will configure it on our server.
SIMILAR TOPICS
Enterprise URLs not working | May 14, 2018 8:25 pm | Replies: 1 | Post by: dpitfield |
Help to setup Gtranslate in Joomla site | Jan 2, 2018 2:22 pm | Replies: 1 | Post by: John Knudsen |
Upgrade to Enterprise | Jul 25, 2017 4:51 pm | Replies: 1 | Post by: gpullen |
Can't get setup instructions - didn't use PayPal | Jun 27, 2017 11:29 pm | Replies: 2 | Post by: crafcoinc |
How can I change the subscription from enterprise to custom? | Mar 14, 2017 2:55 am | Replies: 3 | Post by: besybuy |