.htaccess redirect /amp/ urls to nonamp version

僤鯓⒐⒋嵵緔 提交于 2019-12-14 03:28:53

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!