Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
  • Page:
  • 1
  • 2

TOPIC: Bug with 'start' variable in URL

Re:Bug with 'start' variable in URL 16 years ago #14391

  • Blogomunity
It works!
Many thanks!!!!

PS. No need for
exit();
after
$mainframe->redirect();
;)
Last Edit: 16 years ago by .
The topic has been locked.

Re:Bug with 'start' variable in URL 15 years, 9 months ago #19030

  • Blogomunity
The issue still exists in 3.7.5, component uses own router,
www.site.com/forum/humor/139.html?start=10
is redirected to
www.site.com/component/mycomponent/topic...0&f=23&t=139
The topic has been locked.

Re:Bug with 'start' variable in URL 15 years, 8 months ago #19055

  • Blogomunity
$oldUrl and $jSef variables in the code can be different - router can modify vars, so vars and values for building route can be different from the vars and values after parsing route, so this check is not correct:
// Check start/limitstart - we don't want to redirect if this is the only difference
if (str_replace('limitstart=', 'start=', $oldUrl) != str_replace('limitstart=', 'start=', $jSef)) {
Last Edit: 15 years, 8 months ago by .
The topic has been locked.

Re:Bug with 'start' variable in URL 15 years, 8 months ago #19056

  • Blogomunity
"Anyway, there will be an option to disable this redirection in next version of JoomSEF, which should fix your problem."

Can you add the ability to remove this redirect?
The topic has been locked.

Re:Bug with 'start' variable in URL 15 years, 8 months ago #19140

  • dajo
  • OFFLINE
  • Posts: 5064
Hello,

The option is already present in the current version of JoomSEF, just disable the "Redirect Joomla SEO to JoomSEF" option in JoomSEF's configuration on the Advanced tab.


Best regards,
ARTIO Support Team
ARTIO Support Team
The topic has been locked.

Re:Bug with 'start' variable in URL 15 years, 8 months ago #19151

  • Blogomunity
Many thanks, found this option.
The topic has been locked.
  • Page:
  • 1
  • 2
Přihlášení uživatele Prázdný