thkiat wrote:

Why by only typing http://localhost/ the index.php did not show up. I have
to type http://localhost/index.php for the page to show up. How can I solve
this problem?

Assuming you are using Apache (you do not say) then when no file is specified a file witha name specified in the DirectoryIndex parameter of httpd.conf is served up, if it exists. Set the file you want shown here.

Hope this helps
Chris
PS Please do not cross-post. I know you did two messages, one to each group, but it ends up as the same thing.



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

Reply via email to