when i want test a domain whit curl command, Instead of displaying site content, i give this message:
<html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
also in web browser php file content "file_get_contents" the page redirect to "cgi-sys/defaultwebpage.cgi"
I can't find the cause of the problem, Does anyone have a solution?
<html><head><META HTTP-EQUIV="Cache-control" CONTENT="no-cache"><META HTTP-EQUIV="refresh" CONTENT="0;URL=/cgi-sys/defaultwebpage.cgi"></head><body></body></html>
also in web browser php file content "file_get_contents" the page redirect to "cgi-sys/defaultwebpage.cgi"
I can't find the cause of the problem, Does anyone have a solution?