Pre Host Block xmlrpc but allow jetpack
-
Hi
Sorry I’m driving myself crazy trying to figure out a way to globally block access to xmlrpc but allow jetpack. What I have tried in the Pre VirtualHost Include:
<FilesMatch "xmlrpc\.php$"> order deny,allow deny from all allow from 185.64.140.0/22 allow from 2a04:fa80::/29 allow from wordpress.com allow from 2620:115:C000::/44 allow from 76.74.255.0/25 allow from 76.74.248.128/25 allow from 207.198.101.0/25 allow from 198.181.116.0/22 allow from 192.0.64.0/18 allow from 64.34.206.0/24 </FilesMatch>
Doesn’t work, I just get a 404 when I then try to connect to jetpack. Please help before my hair turns totally white!
Thanks
Clare
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Pre Host Block xmlrpc but allow jetpack’ is closed to new replies.