Jump to content

Recommended Posts

Posted

Hey All,

 

I'm having a few problems with my wordpress install on my WAMP server, we're intending to move over to it to use it as our intranet (wordpress as a CMS with blogging functionality). The main issue is that we can't pickup RSS feeds, even if I can access the feed directly. I keep getting errors. I also get errors when trying to use the theme or plugin browser.

 

I think it's to do with the proxy configuration of WAMP, but can't seem to find any solution on google, has anyone had the same issue

Posted

Try adding this to the bottom of your wordpress config file (wp-config.php)

 

define('WP_PROXY_HOST', 'IP_ADDRESS_PROXY');

define('WP_PROXY_PORT', 'PROXY_PORT');

define('WP_PROXY_USERNAME', 'USERNAME');

define('WP_PROXY_PASSWORD', 'PASSWORD');

define('WP_PROXY_BYPASS_HOSTS', 'localhost, INTERNAL_SUBNET');

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...