PHP blocked?

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
jiehuang001
Forum Commoner
Posts: 39
Joined: Mon May 12, 2003 12:53 pm

PHP blocked?

Post 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??
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post 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
jiehuang001
Forum Commoner
Posts: 39
Joined: Mon May 12, 2003 12:53 pm

solved

Post by jiehuang001 »

Got it, thanks!!
Post Reply