Hello,
We have purchased gTranslate pro
And i installed and configure it on my development site, that is http://www.site.com/demo
For installing i did following steps.
- installed sh404 and configured it with .htacees using Apache mod_rewrite
- copied gtranslate folder to www root directory. (not in demo folder, its in main directory, i.e. http://www.site.com/gtranslate)
- lines Added AFTER (next to) RewriteEngine On line in the .htaccess file. (.htaccess in in demo folder, i.e http://www.site.com/demo/.htaccess)
- Modified robots.txt and added line on the end of the file (i.e. Sitemap: http://www.site.com/demo/sitemap.txt added in http://www.site.com/demo/robots.txt )
- Created sitemap.txt in the folder in demo folder. (i.e. http://www.site.com/demo/sitemap.txt)
not getting translation, its just redirection page with same language.
in debug.txt i am getting following.
Request: key=AIzaSyXXXXXXXXXXXXX-XXXXXXXXXXXX&q=Welcome+to+Sjiex&userip=122.170.72.17&source=en&target=nl
Response: {
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
"message": "Access Not Configured"
}
}