Active
Project:
Accelerated Mobile Pages (AMP)
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2021 at 11:25 UTC
Updated:
13 Jul 2021 at 09:23 UTC
Jump to comment: Most recent
Comments
Comment #2
stevenx commentedI digged deeper into this.
When changing the path alias 1 time, the redirect from old ?amp url to new ?amp url works like it is expected.
Only if you change the url alias again after that first time the redirect does not work anymore.
http://domain.com/url-first.html?amp
http://domain.com/url-new.html?amp (redirect to this new url works)
http://domain.com/url-newer.html?amp (redirect to this newer url does not work)
http://domain.com/url-final.html?amp (redirect to this final url does not work from previous urls)
that is only not working for ?amp urls.
without ?amp parameter the urls redirect correct to url-final.html