edo888 wrote:If you want to use the Pro version you need to check if you have PHP support.
It will work on your HTML site.
edo888 wrote:Check with your host if you have PHP ionCube loader, cURL library and JSON library support. If the answer is yes, you can buy it.
edo888 wrote:As I understand you want to use the Pro version on a HTML website.
You have all the necessary libraries and you can use Pro version on your site.
Let me know if you need a specific configuration.
edo888 wrote:Is there some strict format you have used to name Spanish version pages?
Ex. http://domain.com/about_us.html - for English
http://domain.com/about_us-es.html - for Spanish
edo888 wrote:In that case it will be possible to configure to use English and Spanish as is and the rest languages will be translated by GTranslate Pro.
Edvard wrote:There will be a need to write a special rewrite rules for you. I'll do that when you make a purchase.
Edvard wrote:Hi,
Can you give me FTP access, so I can see the current URL format and configure it for you?
Edvard wrote:Hi,
Sorry for my late response.
I have checked your server settings and it seems that you are using Microsoft-IIS/6.0 on Windows.
Is it possible you can install IIRF alternative of Apache mod_rewrite on it?
Or may be you can just use Apache web server instead?
# custom languages - English, German
RewriteCond %{REQUEST_URI} ^/([a-z]{2}|zh-CN|zh-TW)/.*
RewriteCond %{REQUEST_URI} (_english|_german)
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ /$2 [R=301,L]
# 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&force_no_api=1&force_translation=1 [L,QSA]
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)$ /gtranslate/translate.php?lang=$1&force_no_api=1&force_translation=1 [L,QSA]
Users browsing this forum: No registered users and 0 guests