Pro no working
Mar 14, 2011 10:26 am by drom
Mar 14, 2011 10:26 am by drom
Hi,
http://www.delpraga.com//gtranslate/info.php
С уважением,
Роман Дуденков
+420 773 622 544
ICQ 100 59 705
Skype: romandudenkov
www.delpraga.com
Re: Pro no working
Mar 14, 2011 10:31 am by Edvard
Mar 14, 2011 10:31 am by Edvard
Hi,
I think that you have something not correct in your .htaccess file. Please make sure that you put # gtranslate config bolck right after RewriteEngine On line.
Re: Pro no working
Mar 14, 2011 7:23 pm by drom
Mar 14, 2011 7:23 pm by drom
It was done.
#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's. If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################
php_value error_reporting 0;
php_value register_globals 0
## Can be commented out if causes errors, see notes above.
Options +FollowSymLinks
#
# mod_rewrite in use
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]
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]
<FilesMatch "\.(js|css)$">
SetOutputFilter DEFLATE
</FilesMatch>
########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
.................................
Re: Pro no working
Mar 15, 2011 10:45 am by Edvard
Mar 15, 2011 10:45 am by Edvard
Good, can you post the folder/files permissions for gtranslate folder and files and folders in it?
Also if possible remove this line from .htaccess php_value error_reporting 0;
SIMILAR TOPICS
Drop down is not working??? | Sep 30, 2018 11:05 am | Replies: 1 | Post by: vijayparmar |
Cart stopped working | Sep 1, 2018 12:10 pm | Replies: 3 | Post by: willsonjayram |
Plugin Not Working | Mar 10, 2018 6:49 pm | Replies: 11 | Post by: wsjiii |
Enterprise URLs not working | May 14, 2018 8:25 pm | Replies: 1 | Post by: dpitfield |
Translation link not working after module upgrade | Nov 28, 2017 11:45 pm | Replies: 1 | Post by: andru |