You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, with php 8.0 or 8.1, when there is a second page for a topic, the link becomes :
my-topic.html?start=10 instead of my-topic.html-s10.html, and then if we click on the "1" to come to the first page of the topic, the link is now viewtopic.php?t=x like there's no rewrite, but in source code, the canonical url is still my-topic.html.
Any way to fix this?
This fix for php 8.0 doesn't fix this problem (and doesn't cause the problem too, i've tried with the fix and without the fix, same problem) : #74
Thanks for your answers,
Pierre
The text was updated successfully, but these errors were encountered:
I tried with php 7.4, same problem, so i guess it's the latest version that has introduced the bug, looking on a phpbb with older version of phpbb and seourls, this problem didn't exist, the pagination of topics was all good.
zetrader
changed the title
Url pagination problem of the topics with php 8.0 and php 8.1
Url pagination problem of the topics with phpbb 3.3 and php 7.4, 8.0 and 8.1
Sep 2, 2022
zetrader
changed the title
Url pagination problem of the topics with phpbb 3.3 and php 7.4, 8.0 and 8.1
Url pagination problem of the topics with phpbb 3.3.8 and php 7.4, 8.0 and 8.1
Sep 2, 2022
Hi, with php 8.0 or 8.1, when there is a second page for a topic, the link becomes :
my-topic.html?start=10 instead of my-topic.html-s10.html, and then if we click on the "1" to come to the first page of the topic, the link is now viewtopic.php?t=x like there's no rewrite, but in source code, the canonical url is still my-topic.html.
Any way to fix this?
This fix for php 8.0 doesn't fix this problem (and doesn't cause the problem too, i've tried with the fix and without the fix, same problem) :
#74
Thanks for your answers,
Pierre
The text was updated successfully, but these errors were encountered: