Can joomla be configured to browser through a proxy server?
Posted
by
Aseques
on Server Fault
See other posts from Server Fault
or by Aseques
Published on 2012-03-28T12:58:24Z
Indexed on
2012/03/29
11:32 UTC
Read the original article
Hit count: 221
In wordpress there are some simple variables that can be set to make the configuration of a navigation proxy server trivial.
var $proxy_host = ""; // proxy host to use
var $proxy_port = ""; // proxy port to use
var $proxy_user = ""; // proxy user to use
var $proxy_pass = ""; // proxy password to use
Are there any equivalents to accomplish the same for joomla? I've been searching on internet and couldn't find anything.
For the original wordpress source see here
© Server Fault or respective owner