Afficher un message
Vieux 20/03/2005, 17h18   #2
David Efflandt
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: hoe do i set apache to serve a defdault page?

On 19 Mar 2005 22:15:47 -0800, andre.mercado <andre.mercado@gmail.com> wrote:
> pretty much after all my trying o find out why i wouldnt get the index
> page after going to my domain it turns out that apache is not serving
> the index page by default what should i put in the conf file so it
> searches for
>
> index.html
> index.php


See apache docs for DirectoryIndex, which is a space separated list.

However, the directory needs x permission (search bit) for apache to tell
if such an index file exists, which would typically be at least dir
permission of 705, if not 755. So if it works by name, but not for
default, check dir permission.
  Réponse avec citation
 
Page generated in 0,04330 seconds with 9 queries