Created
March 15, 2017 15:21
-
-
Save fedek6/8204e92fc46207dab097dbd57d2c0ac9 to your computer and use it in GitHub Desktop.
Protect Wordpress on MS IIS, say hello to Turkish hackers :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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