I have a Drupal 7 website and have been using GTranslate without problems, I updated the site with the latest version of Drupal 7 (V7.26) and now when people try to use the site's drop down menu they get a broken link ie the site cannot find the cached languages. I over wrote the .htaccess file (that was on the server) with the default .htaccess file (on the root level) from the Drupal upgrade, is this is the problem. I initially copied
RewriteEngine On
# gtranslate config
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/([a-z]{2}|zh-CN|zh-TW)/(.*)$ /$1/$3 [R=301,L]
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/([a-z]{2}|zh-CN|zh-TW)$ /$1/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA]
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)$ /gtranslate/translate.php?lang=$1 [L,QSA]
from another post on this forum but when I added this code to the default .htaccess error msg saying I needed the ionCube loader, I know I did this sometime ago when I asked my web hosting service provider to add this feature. I urgently need this to be resolved.
www.alvanblanchgroup.com
I have disabled the language drop down menu for the time being.
Kind regards