I'm trying to install gtranslate, everything is fine until I add the line
- Code: Select all
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA]
to my htaccess, which results in 404 errors on the URLs to the javascript files.
The 404 page has
- Code: Select all
<!-- generated by GTranslate Pro v3.1415 on Fri, 27 May 2011 12:10:50 +0100 visit http://edo.webmaster.am/gtranslate -->
any help greatly appreciated
Dave