I would really appreciate if anyone could give any insight on my question from earlier in this thread.
The one change did make a difference but the bots are back and now seem to be hammering the URLs which were not touched by the previous change. Therefore further help would be appreciated.
The one change did make a difference but the bots are back and now seem to be hammering the URLs which were not touched by the previous change. Therefore further help would be appreciated.
I am still seeing an sid on the faq link and the root of the breadcrumb... are these needed?
Should we modify this part too?// Use the short variant if possible
if ($params === false)
{
// Append session id
if (!$session_id)
{
return $url . (($append_url) ? $url_delim . $append_url : '') . $anchor;
}
else
{
return $url . (($append_url) ? $url_delim . $append_url . $amp_delim : $url_delim) . 'sid=' . $session_id . $anchor;
}
}
Statistics: Posted by JacobM — Fri Jun 13, 2025 1:20 am