sorry my bad the file name is translate.php
what i have done is
I enabled the following rewrite rule in htaccess
RewriteRule ^(.*)([a-z]{2}|zh-CN|zh-TW)$ gtranslate/translate.php?lang=$1 [L,QSA]
to get translated in the following manner
http://xooplate.com/template/details/50 ... dar-psd/arhttp://xooplate.com/template/details/50 ... dar-psd/nland so on but
as soon as i enable the above rewrite url in the htaccess my translate.php goes blank and file permission changes from 644 to 000 due to the reason i am not getting able to use it in the site and my client is also getting worried if we wont have the solution please help me asap.