Translation Switch Redirection Error
Aug 21, 2013 4:00 pm by tuva_kyle
Aug 21, 2013 4:00 pm by tuva_kyle
We have installed your pro joomla component on markandy.com
Everything is working fine except for the ability to switch from a translated page back to english. IE http://www.markandy.com/es back to http://www.markandy.com/en
When doing this we get a redirection error. Please advise how to correct this.
Re: Translation Switch Redirection Error
Aug 21, 2013 5:04 pm by Yana
Aug 21, 2013 5:04 pm by Yana
Hi,
It seems the problem is related to the trailing slash. Please try to add the following rules in your .htaccess file after RewriteEngine On
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !index.php
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://markandy.com/$1/ [L,R=301]
SIMILAR TOPICS
Gtranslate: Error with number | Feb 20, 2019 1:20 am | Replies: 1 | Post by: infact_dat |
Error message and URL problems | Feb 6, 2019 11:16 am | Replies: 1 | Post by: Kidbooo |
GT doesn't work...error 404 page | Jan 28, 2019 5:36 pm | Replies: 1 | Post by: vincenzodinuzzo |
Nginx 502 Error | Jan 11, 2019 2:15 pm | Replies: 1 | Post by: mightyfineprint |
Error message on click on the widget | Jan 6, 2019 9:52 pm | Replies: 1 | Post by: jmric68 |