Page 1 of 1

PHP blocked?

Posted: Tue May 27, 2003 1:37 pm
by jiehuang001
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??

Posted: Tue May 27, 2003 1:53 pm
by Stoker
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

solved

Posted: Tue May 27, 2003 1:56 pm
by jiehuang001
Got it, thanks!!