<file path="system/library/pagination.php">
<operation>
<search><![CDATA[$num_pages = ceil($total / $limit);]]></search>
<add position="after"><![CDATA[
if ($num_pages) {
if ($page > $num_pages) {
$link = str_replace(['&page={page}', '?page={page}', '&page={page}'], '', $this->url);
header('Location: ' . str_replace(['&', "\n", "\r"], ['&', '', ''], $link), true, 302);
exit();
}
} else {
if ($this->page>1){;
$link = str_replace(['&page={page}', '?page={page}', '&page={page}'], '', $this->url);
header('Location: ' . str_replace(['&', "\n", "\r"], ['&', '', ''], $link), true, 302);
exit();
}
}]]></add>
</operation>
</file>
тут редирект на першу сторінку (на розетці зроблен 301)
Це працює там де є pagination