I’ve already updated my wp_config.php file with
define('WP_PROXY_HOST', '999.999.1.1'); //<---Replace with yours
define('WP_PROXY_PORT', '8080');
define('WP_PROXY_USERNAME', 'user');
define('WP_PROXY_PASSWORD', 'password');
define('WP_PROXY_BYPASS_HOSTS', 'localhost, www.example.com');
Changing the IP to the one provided by Godaddy.
The WP_PROXY_PORT 8080 does not work, but it does if I change it to 80.
Now, when I do get started, and try to browse my own domain, I get a “pageok” message on the browser window. I do see in the browser address bar (when entering mydomain.com) that it changes to “mydomain.com/https://mydomain.com”, and the “pageok” in the browser window.
I’m not able to browse any websites, google.com, etc, or even my own Godaddy hosted domain.
I contacted Godaddy support and they were no help. I asked if there was a dedicated port, they said it was 80, no other support.
I also took out the bypass_host to just localhost. Same “pageok” message when browsing my own domain.
Anyone out there has an idea of what I’m doing wrong?