5
edits
No edit summary |
|||
Line 98: | Line 98: | ||
var $_isproxy = true; | var $_isproxy = true; | ||
Now the dashboard should work properly. | Now the dashboard should work properly. | ||
== Wordpress 2.8 onwards == | |||
The above doesn't work for more recent wordpress installs. | |||
To fix the dashboard in Wordpress 2.8 or newer, add the following lines to your wp-config.php file: | |||
define('WP_PROXY_HOST', 'proxy.dcu.ie'); | |||
define('WP_PROXY_PORT', '8080'); | |||
===Akismet=== | ===Akismet=== |
edits