问题
I need to recover AMP Urls after switching off Google AMP. Can you help me please for having 301 redirects on any AMP url back to NonAMP Version?
Example:
anydomain/hardware/heute-ist-putztag/amp
back to
anydomain/hardware/heute-ist-putztag
回答1:
found a solution at myself
RewriteRule ^(.*)\/amp$ $1 [R=301,L]
来源:https://stackoverflow.com/questions/44854689/htaccess-redirect-amp-urls-to-nonamp-version