Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created October 19, 2017 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/d488040121a47f3dbbab8547d33cef73 to your computer and use it in GitHub Desktop.
Save Kaiderella/d488040121a47f3dbbab8547d33cef73 to your computer and use it in GitHub Desktop.
Redirect AMP URLs to non-AMP URLs
# Redirect AMP URLs to non-AMP URLs
RewriteRule (.*)/AMP$ $1 [NC,R=301,L]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment