-
Hi,
I recently saw your post helping another person who had changed their permalink structure and needed redirects set for all the old URLs to their new ones: https://support.rankmath.com/ticket/change-in-permalink-settings/
That worked for me on desktop, but when I tried on mobile for AMP, it 404’s. Here’s one example for us:
Old URL: https://digitalscribbler.com/2018/08/15/5-must-have-aac-apps-for-adults/
Redirected URL: https://digitalscribbler.com/blog/5-must-have-aac-apps-for-adults/amp/
Old AMP URL: https://digitalscribbler.com/2018/08/15/5-must-have-aac-apps-for-adults/amp/
Redirected AMP URL (404): https://digitalscribbler.com/blog/15/5-must-have-aac-apps-for-adults/amp
Looks like it keeps the date number in the url for some reason. I’m using the regex redirect you listed in that post:
Source URLs: /([0-9]{4})/([0-9]{2})/(.+) Type: Regex Destination URL: http://yourdomain.com/$3
Any ideas?
Thanks,
Mike
The ticket ‘Change in permalink fix not working for AMP’ is closed to new replies.