Search code examples
.htaccessurl-rewritingamp-html

.htaccess redirect /amp/ urls to nonamp version


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

Solution

  • found a solution at myself

    RewriteRule ^(.*)\/amp$ $1 [R=301,L]