.htaccess redirect /amp/ urls to nonamp version

2019-09-22 18:31发布

问题:

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]