您好,当我将配置URL的设置更改为PUBLIC IP时,我的vtiger客户门户登录不起作用。
使用私有IP时,让我成功登录。
config.inc.php (http://<private_ip>)
config.template.php (http://<private_ip/customerportal>)
config.php <- customer portal (http://<private_ip/customerportal>)
使用公共IP更改配置时,这是错误
config.inc.php (http://<public_ip>)
config.template.php (http://<public_ip/customerportal>)
config.php <- customer portal (http://<public_ip/customerportal>)
无法连接到服务器。请在提供的配置文件中配置您的网站网址。