Hello guys,
How do I enable Jetpack support on OLS? I have tried whitelisting Jetpack's IP addresses via .htaccess file and the firewall inside OLS control panel but still Jetpack is not able to access the xmlrpc.php. Here is what I did to the .htaccess file where XXX.XXX.XXX.XXX are Jetpack's IP addresses.
<Files xmlrpc.php>
order deny,allow
deny from all
allow from XXX.XXX.XXX.XXX
allow from XXX.XXX.XXX.XXX
allow from XXX.XXX.XXX.XXX
</Files>
How do I enable Jetpack support on OLS? I have tried whitelisting Jetpack's IP addresses via .htaccess file and the firewall inside OLS control panel but still Jetpack is not able to access the xmlrpc.php. Here is what I did to the .htaccess file where XXX.XXX.XXX.XXX are Jetpack's IP addresses.
<Files xmlrpc.php>
order deny,allow
deny from all
allow from XXX.XXX.XXX.XXX
allow from XXX.XXX.XXX.XXX
allow from XXX.XXX.XXX.XXX
</Files>
Last edited: