I have a problem in my website, it has troubled me for some days.
I want to get menus by:
file_get_contents(https://www.embesttech.cn/js/nav_index.php?lang=zn&index=1)
or
file_get_contents(https://58.56.53.123/js/nav_index.php?lang=zn&index=1)
but no data. The error is:
When I use:
file_get_contents(https://192.192.193.1/js/nav_index.php?lang=zn&index=1)
or
file_get_contents(https://127.0.0.1/js/nav_index.php?lang=zn&index=1)
It works! Can someone help me?
telnet 58.56.53.123 80
the error is
trying 58.56.53.123 80... telnet:connect to address 58.56.53.123:connection refused