You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Good Guy <xf...@hotmail.com> on 2015/02/25 18:48:31 UTC

[users@httpd] Re: Apache 2.4.12 don't serve me the index.html

On 25/02/2015 13:58, Oliver Graute wrote:
> I load the dir_module and tried thas directive without sucess
>
> <IfModule dir_module>
>      DirectoryIndex index.html
> </IfModule>
>
>
>

I have got like this in my conf file:

<IfModule dir_module>
     DirectoryIndex index.php index.html
</IfModule>


However, yours should work, so something else isn't right.