The simpler media website CMS
Hi there after re modewrite from same pages create couple of different links.
for example this was old page ;
https://www.fdream.co.uk/?album=collection&page=2
in website new link is ;
https://www.fdream.co.uk/collection/page/2/
when u click old link its redirect somewhere else that link is :
https://www.fdream.co.uk/collection/page/2/?page=2
all 2,3,4,5,6 pages giving same problem how can i solve this please thanks very much.
Comments
That looks like some server side issue. Please check that you really have the correct htaccess file in the root of your install. It should read "htaccess file version 1.4.12".
Also:
Update: I can actually even reproduce this on our own site.
However https://www.fdream.co.uk/collection/page/2/?page=2 is basically correctly redirect, just there is an unecessary page query kept.