Last active
August 29, 2015 14:25
-
-
Save timmmmyboy/14fbe83b2d5eee5eedb4 to your computer and use it in GitHub Desktop.
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
# More Details [DE]: http://cup.wpcoder.de/wordpress-xmlrpc-schutz/ | |
<IfModule mod_setenvif.c> | |
<Files xmlrpc.php> | |
BrowserMatch "Poster" allowed | |
BrowserMatch "WordPress" allowed | |
BrowserMatch "Windows Live Writer" allowed | |
BrowserMatch "wp-iphone" allowed | |
BrowserMatch "wp-android" allowed | |
BrowserMatch "wp-windowsphone" allowed | |
Order Deny,Allow | |
Deny from All | |
Allow from env=allowed | |
</Files> | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment