[Solved] Problem with redirect
Aug 8, 2011 8:55 pm by ollee
Aug 8, 2011 8:55 pm by ollee
Please, help me resolve this problem:
I use some redirects on my site. When I use GTranslatePro these redirects doesn't work.
For example:
1) Go to http://forex-shop.com/de/
2) When I click on link "systeme" (top menu)(http://forex-shop.com/de/?page_id=133) I see BLANK page.
Because I use redirect WP plugin, where " /?page_id=133 " redirect to "http://forex-shop.com/?category_name=systems-2"
Here screenshot of my WP plugin:
http://img9.imageshack.us/img9/9872/redirectl.png
Here what I have in ".htaccess" file:
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]
RewriteCond %{REQUEST_URI} !^/wp
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)/(.*)$ /gtranslate/translate.php?lang=$1&url=$2 [L,QSA]
RewriteCond %{REQUEST_URI} !^/wp
RewriteRule ^([a-z]{2}|zh-CN|zh-TW)$ /gtranslate/translate.php?lang=$1 [L,QSA]
AddDefaultCharset UTF8
What I need add into ".htaccess" for working my redirects?
------------------------------
Thank you
Re: Problem with redirect
Aug 9, 2011 9:45 pm by Edvard
Aug 9, 2011 9:45 pm by Edvard
Try to turn on Follow Location in gtranslate/config.php.
Re: Problem with redirect
Aug 10, 2011 11:46 am by ollee
Aug 10, 2011 11:46 am by ollee
THANK YOU! solved..... you're the best!
SIMILAR TOPICS
Joomshaper Pagebuilder buttons Link edit problem | Jan 11, 2019 10:04 am | Replies: 1 | Post by: kumatest |
Problem with plugin | Dec 30, 2018 11:59 pm | Replies: 1 | Post by: Iyari |
Problem of translation in my website | Dec 8, 2018 12:15 pm | Replies: 1 | Post by: Ibrahim |
Problem with qTranslate-x, please help! | Aug 22, 2018 9:14 am | Replies: 1 | Post by: sadammkhan |
The problem with the translation of the social plugin | Dec 27, 2017 7:52 am | Replies: 1 | Post by: UriyFil |