I want to convert old links amp links to basic topics in wordpress Via the .htaccess file I tried this code but it did not work
#Redirect old AMP URLs
RewriteRule (.*)/AMP$ $1 [NC,R=301,L]
#Redirect old AMP URLs
RewriteRule (.*)/amp/$ $1 [NC,R=301,L]
I want Redirect from
to
In WordPress, for redirecting your all AMP URLs to NON-AMP (Canonical) version, you may use below rule -
Source: https://www.gulshankumar.net/fix-404-on-amp/ Disclaimer: I am author.
Use this