WP proxy plugin

Discussion in 'WordPress' started by psycanalyser, Nov 8, 2013.

  1. #1
    Hi all,
    Ii wonder if there's a plugin that can run my wp site trough a proxy
    any suggestions ?
     
    psycanalyser, Nov 8, 2013 IP
  2. raglanville1

    raglanville1 Member

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #2
    If you running the latest version of WP you can define values for your proxy in the config (wp-config.php). Should look something like this:
    define('WP_PROXY_HOST','192.168.84.101');
    define('WP_PROXY_PORT','8080');
    define('WP_PROXY_USERNAME','my_user_name');
    define('WP_PROXY_PASSWORD','my_password');
    define('WP_PROXY_BYPASS_HOSTS','localhost, www.example.com');
     
    raglanville1, Nov 8, 2013 IP