Skip to content

Instantly share code, notes, and snippets.

@giulianogrowler
Created August 16, 2018 17:52
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 giulianogrowler/e528ecd58666452068d3ca78238cc9c1 to your computer and use it in GitHub Desktop.
Save giulianogrowler/e528ecd58666452068d3ca78238cc9c1 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteCond % {QUERY_STRING} ^author=([0-9]*)
RewriteRule .* https://www.ilmiosito.it/? [L,R=301]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment