Skip to content

Instantly share code, notes, and snippets.

@fedek6
Created March 15, 2017 15:21
Show Gist options
  • Save fedek6/8204e92fc46207dab097dbd57d2c0ac9 to your computer and use it in GitHub Desktop.
Save fedek6/8204e92fc46207dab097dbd57d2c0ac9 to your computer and use it in GitHub Desktop.
Protect Wordpress on MS IIS, say hello to Turkish hackers :)
<rules>
<clear />
<rule name="Protect WP" stopProcessing="true">
<match url="(readme.html)|(xmlrpc.php)" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="false" />
<action type="Redirect" url="https://youtu.be/Ww0k-80n-zI" />
</rule>
</rules>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment