If "magic_quotes_gpc=Off" here is the error I get when accessing server-manager.
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /e-smith-manager.
Reason: Could not connect to remote machine: Connection refused
This error happened after I disabled magic_quotes in the PHP template file. If I switch it back to magic_quotes_gpc=On then I can access server-manager again but I need to have magic_quotes disabled to run an e-commerce application. Is there a way to specify to turn off but only for one application? Thanks
Ed