I'd check the permissions of your files as well as any .htaccess
settings you may need to set allowances on the files and folders
involved.

Also check your 'default document' name in your configuration and make
sure that it's looking for "index.html" at all.  Although that wouldn't
affect it if you implicitly spelled out "http://ipnumber/index.html";.
That sounds more like a permissions issue.

That should be in conf/httpd.conf for Apache if I remember right.  And
again, check to see if you have a .htaccess file or NEED one in the
folder(s) in question.

-TG

> -----Original Message-----
> From: Ryan A [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 28, 2004 11:11 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] index page not running and other woes (0t?)
> 
> 
> Hi,
> I think this is a bit off topic, but i'm sure some of you guys must be
> running ensim so might be able to help me.
> 
> We reciently took a dedicated server to work with, it came with ensim
> installed, its a Linux machine P4 2.6 running Apache.
> 
> Problem:
> 1)As I go to the IP address assigned to our box, it rolls out 
> the ensim
> login screen instead! it does not run the index.html page
> 2)when i put a phpinfo.php page there, and call that like so
> http://ipnumber/phpinfo.php it runs perfectly, but after that i made a
> folder "members" and tried calling that 
> http://ipnumber/members/ it gives me
> a page not found...
> i 
> even tried calling the index file like so: 
> http://ipnumber/index.html and
> it gives me a page not 
> found...
> 
> whats wrong? and what setting do i have to change?
> 
> Thanks,
> -Ryan
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to