i just spent the day gettin in trouble from the forum modders well to there pleasure i fixed it heres suttin u can print out and post on a car near u i have 2 more but i sent a email to RTT to see if he will let me post them edit/try the links instead plus i added the to RTT said sure funny 1 funny2 funny3 ok try the new links there put direct to the ftp sorry i cant post them as pics but atleast it wont slow it openin
i can see it so can my mate mabe u have port 80 blocked by ur isp coz thats what the server is runnin
does it work locally? IE, the machine running the server if you go to http://localhost/tooclose.gif does it show up?
erm could be lots of things: make sure that the DocumentRoot setting points to the proper directory, make sure that the user that apache runs under has read permission on said directory, make sure that if you are running Apache 2.0 and above that you have Listen 80 in amongst the directives, make sure your firewall isn't blocking incoming TCP connections to port 80 (unlikely if you cant view the stuff with http://localhost) make sure apache is running by checking running processes (task manager in windows or "ps -aux | grep httpd" in linux/unix are you running apache on windows or linux?