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,