Last active
February 18, 2021 13:48
-
-
Save jaworowicz/f5a95dc3ccea82cb6e4cbd35a34246e5 to your computer and use it in GitHub Desktop.
Więcej informacji i szczegóły: https://jaworowi.cz/wordpress-jak-zablokowac-xml-rpc-zezwalajac-na-dzialanie-jetpackowi-5293.php
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
#Dodaj do htaccess | |
#Blokada xmlrpc.php | |
#Zezwól na JetPACK | |
<Files xmlrpc.php> | |
Order Deny,Allow | |
Deny from all | |
Allow from 192.0.64.0/18 | |
Satisfy All | |
</Files> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment