OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Translate component support

Go to bottom Favoured: 0

Problem to config htaccess

eureka2 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
problem to config htaccess 10 Years, 6 Months ago
Karma: 0  
File Attachment:
File Name: htaccess.txt
File Size: 2725
hi, i bought this extension for my website www.motusport.it, you helped me to configurate it in the old version of joomla and now i migrated it to new version of joomla 2.5 but i cannot configurate the htaccess to work good Sef Transalte. I send you the htaccess in the attachment.

i send you the admin access by email

Can you help me please?

thanks a lot
Logged Logged
Last Edit: 2013/09/18 06:22 By eureka2.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Online Now Click here to see the profile of this user
Re:problem to config htaccess 10 Years, 6 Months ago
Karma: 101  
Hello,

for configure redirect method in sefTranslate :
- You need rename htaccess.txt to .htaccess
- after RewriteEngine On
add below rows

RewriteRule ^([a-z]{2})/(.*)$ components/com_seftranslate/translate.php?seflang=$1&sefurl=$2 [L,QSA]
RewriteRule ^([a-z]{2})$ components/com_seftranslate/translate.php?seflang=$1 [L,QSA]
RewriteRule ^(pt-PT)/(.*)$ components/com_seftranslate/translate.php?seflang=$1&sefurl=$2 [L,QSA]
RewriteRule ^(pt-PT)$ components/com_seftranslate/translate.php?seflang=$1 [L,QSA]
RewriteRule ^(zh-CN)/(.*)$ components/com_seftranslate/translate.php?seflang=$1&sefurl=$2 [L,QSA]
RewriteRule ^(zh-CN)$ components/com_seftranslate/translate.php?seflang=$1 [L,QSA]
RewriteRule ^(zh-TW)/(.*)$ components/com_seftranslate/translate.php?seflang=$1&sefurl=$2 [L,QSA]
RewriteRule ^(zh-TW)$ components/com_seftranslate/translate.php?seflang=$1 [L,QSA]

- set redirect mode in seftranslate module
- configure in SefTranslate your Bing or Google account

Please on your site reread Help page in sefTranslate component

For work on your site we will need also FTP access. other we can't access to htacces file

Thanks,
OrdaSoft team
Logged Logged
Last Edit: 2013/09/18 10:24 By admin.
The administrator has disabled public write access.
Go to top
»