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
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
found a solution at myself
RewriteRule ^(.*)\/amp$ $1 [R=301,L]