Hello,
my site:
www.notebook-discount.it;joomla: 1.5
vm: 1.1.4
sh404sef:2.4.6.1033
Installed the free module and the pro plugin plg_gtransalte.zip for j1.5.
The problem i face is that translation seems to work only for menu links on home page,not for products of virtuemart or joomla pages,if i click on :
http://www.notebook-discount.it/docs/spedizioni.html (Italian default) all is ok;
http://www.notebook-discount.it/en/docs/spedizioni.html (switch to eng) i receive 404 error
i added the following to htaccess:
# 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&force_translation=1 [L,QSA]
RewriteCond %{HTTP_HOST} ^domain.com
RewriteRule (.*)
http://www.notebook-discount.it/$1 [R=301,L]
anyone can help?
thanks