the setting for the url in config.php file is like
$conf['url'] ='
http://myhostname/hcl';The problem is that myhostname is redirected by third party server to my router ip address, which cause the problem.
I have installed hcl in two machine, one uses localhost, the other one uses static ip address, both work fine. The one I have problem with is that I registered a domain name from third party company, then it directs the url to my ip address.
I wonder that does hcl work on redirect url, if it does, how can I get around this? (Is that because the php session gets lost when url is being redirected? )