Hi,
I deleted the AMP plugin and I would like to Redirect all AMP Pages to Non-AMP Pages.
I added this to htaccess
RewriteEngine On
RewriteCond %{REQUEST_URI} (.+)/amp(.*)$
RewriteRule ^ %1/ [R=301,L]
But it does not work. Would you please advise?
Thanks,
Tony