Skip to content

Instantly share code, notes, and snippets.

@zet-snippets
Created November 21, 2017 13:43
Show Gist options
  • Save zet-snippets/96913114208b68966110d8a1ad151c86 to your computer and use it in GitHub Desktop.
Save zet-snippets/96913114208b68966110d8a1ad151c86 to your computer and use it in GitHub Desktop.
Wordpress - User Query ausschalten
#disable wp author querying
RewriteCond %{QUERY_STRING} author=\d
RewriteRule ^ /? [L,R=301]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment