Menu Content

Support

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

Bug with 'start' variable in URL
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Bug with 'start' variable in URL

Re:Bug with 'start' variable in URL 13 years, 8 months ago #14391

  • Blogomunity
It works!
Many thanks!!!!

PS. No need for
exit();
after
$mainframe->redirect();
;)
Last Edit: 13 years, 8 months ago by .

Re:Bug with 'start' variable in URL 13 years, 4 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

Re:Bug with 'start' variable in URL 13 years, 4 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: 13 years, 4 months ago by .

Re:Bug with 'start' variable in URL 13 years, 4 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?

Re:Bug with 'start' variable in URL 13 years, 4 months ago #19140

  • dajo
  • OFFLINE
  • Posts: 5069
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

Re:Bug with 'start' variable in URL 13 years, 4 months ago #19151

  • Blogomunity
Many thanks, found this option.
  • Page:
  • 1
  • 2
User Login Empty