Dear Experts,
I got one free domain name from no-ip.com and it will redirect to
one my IP address, for example,212.1.188.68 which is on my linux apache server.
When I type the IP, 212.1.188.68 on my Chrome browser , it will echo one error page about 403 http error
I just want to know where is
http://212.1.188.68/index.html file located on my server.
In other words, what the really first location it will go on my server when I hit the IP
on browser
I have checked /usr/local/apache/htdocs/i
ndex.html and
/etc/httpd/httpd.conf from which I could NOT find the corresponding page
matched to echo error output on my browser.
Note:
My domain name is refered to other IP NOT 212.1.188.68 and I have
two dedicated IP. when I access SSH shell, and type hostname -i command, it will
show 212.1.188.68 IP address
Please advise
Duncan