Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

ERR_TOO_MANY_REDIRECTS
(1 viewing) (1) Guest
Support forum for customers who have purchased this product with priority support pack. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: ERR_TOO_MANY_REDIRECTS

Re: ERR_TOO_MANY_REDIRECTS 11 years, 8 months ago #32325

  • dajo
  • OFFLINE
  • Posts: 5069
We've found out that there's a problem in JoomSEF when handling languages with Joomla's default router. It will be fixed in next version of JoomSEF.
If you could give me access to your server's FTP, I could make a fix directly there, or I can post lines that need to be fixed.
ARTIO Support Team
The topic has been locked.

Re: ERR_TOO_MANY_REDIRECTS 11 years, 8 months ago #32326

  • myart
  • OFFLINE
  • Posts: 11
I can't find a way to send you PM so you could post lines here.
The topic has been locked.

Re: ERR_TOO_MANY_REDIRECTS 11 years, 8 months ago #32327

  • dajo
  • OFFLINE
  • Posts: 5069
I'm sorry I forgot to give you my e-mail: This e-mail address is being protected from spambots. You need JavaScript enabled to view it .

Anyway, the fix isn't difficult. Edit file /components/com_sef/joomsef.php and around line number 1284 find following lines:
if (isset($langRoute)) {
$oldUri->setPath($langRoute);
}

and change them to:
if (isset($langRoute)) {
$base = rtrim(JURI::base(true), '/');
$oldUri->setPath(rtrim($base.'/'.$langRoute, '/'));
}

Of course make a backup of the file first, in case something goes wrong.
ARTIO Support Team
The topic has been locked.

Re: ERR_TOO_MANY_REDIRECTS 11 years, 8 months ago #32337

  • myart
  • OFFLINE
  • Posts: 11
Thank you, it works like a charm!

I understand that JoomSef uses 301 redirect?
The topic has been locked.

Re: ERR_TOO_MANY_REDIRECTS 11 years, 8 months ago #32338

  • dajo
  • OFFLINE
  • Posts: 5069
I'm glad the problem is solved.
Yes, JoomSEF uses 301 code when redirecting.
ARTIO Support Team
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty