I left my computer on in my office, which connects to a static IP of 198.108.102.145
I can open both http://198.108.102.145/ and http://198.108.102.145/vbfiles (a PHP project) from my home yesterday. But I was only able to open the first one today.
Can someone tell me what is the possible reason??
PHP blocked?
Moderator: General Moderators
Try with a trailing slash since it is a directory
http://198.108.102.145/vbfiles/
Your apache server believes that "localhost" is the server name, you may want to set that to the IP address in httpd.conf
http://198.108.102.145/vbfiles/
Your apache server believes that "localhost" is the server name, you may want to set that to the IP address in httpd.conf