• Hello,

    I have moved a wordpress site from an old server to a new one. The new server has a firewall that blocks outgoing requests based on a whitelist. Because of this the wordpress site can’t load feeds, new plugins, updates and jetpack doesn’t work. Is it possible to add certain ip’s to the whitelist of the server’s whitelist?

    Thanks Jeroen.

Viewing 5 replies - 1 through 5 (of 5 total)
  • check with your hosing provider that your file have read and write permission in his hosting.in not than enable it.talk to your hosting provider.

    Thread Starter WhiteDevilH

    (@whitedevilh)

    All files in the wordpress directory have read/write permissions.

    Maybe the things is in the configuration file? Check wp-config.php for these lines:

    define( ‘DISALLOW_FILE_MODS’, true );
    define(‘WP_HTTP_BLOCK_EXTERNAL’, true );

    Found? Replace it with:

    // define( ‘DISALLOW_FILE_MODS’, true );
    define(‘WP_ACCESSIBLE_HOSTS’, ‘*.www.remarpro.com’ );

    Thread Starter WhiteDevilH

    (@whitedevilh)

    Thanks for responding to my post. Unfortunately nothing of this works because outgoing request are being blocked by the firewall of the server. Is there a way to whitelist the ip addresses of WordPress / Jetpack?

    which hosting are you using cpanel etc…. and also mentioned you website will be great to help you more

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WordPress site behind a firewall.’ is closed to new replies.