Godaddy WordPress Proxy Server??
-
I’ve already updated my wp_config.php file with the code below,
define(‘WP_PROXY_HOST’, ‘999.999.1.1’); //<—Replace with yours
define(‘WP_PROXY_PORT’, ’80’);
define(‘WP_PROXY_USERNAME’, ‘user’);
define(‘WP_PROXY_PASSWORD’, ‘password’);
define(‘WP_PROXY_BYPASS_HOSTS’, ‘localhost, https://www.mydomain.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 login to the above IP, 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 for browsing via my own private proxy on the server, they said it was 80, no other support. They looked at the code and said it was probably something that I wrote in the code above that was causing the problem.
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?
Or the correct code to set up a proxy server on a Godaddy hosted WordPress site?
- The topic ‘Godaddy WordPress Proxy Server??’ is closed to new replies.