Configurar proxy autenticado no WordPress.

Dentro de wp-config.php adicione as seguintes linhas:

/* Configure proxy Server */
define(‘WP_PROXY_HOST’, ‘IP.DO.PROXY’);
define(‘WP_PROXY_PORT’, ‘3128’);
define(‘WP_PROXY_USERNAME’, ‘Nome_do_usuario’);
define(‘WP_PROXY_PASSWORD’, ‘Senha_do_usuario’);
define(‘WP_PROXY_BYPASS_HOSTS’, ‘localhost,10.10.10.10’);

Salve o arquivo e pronto.

Espero ter ajudado.

 

Deixe um comentário