Re[2]: Apache and php

From: mads (none@mads--petersen.eu.com.lh.bsd-dk.dk)
Date: Mon 21 May 2001 - 00:23:35 CEST


Date: Mon, 21 May 2001 00:23:35 +0200
From: mads <none@mads--petersen.eu.com.lh.bsd-dk.dk>
To: Søren Klintru <none@bigchief--aub.dk.lh.bsd-dk.dk>
Subject: Re[2]: Apache and php

SK> Søg på 'DirectoryIndex' i din httpd.conf fil ..

SK> Tilføj herefter index.php til denne option.

Ja det taenkte jeg jo osse.. Men det ser saadan her ud, og det sku vel
vaere godt nok.. Eller hva?:

# DirectoryIndex: Name of the file or files to use as a pre-written HTML
# directory index. Separate multiple entries with spaces.
#
<IfModule mod_dir.c>
    <IfModule mod_php3.c>
        <IfModule mod_php4.c>
            DirectoryIndex index.php index.php3 index.html
        </IfModule>
        <IfModule !mod_php4.c>
            DirectoryIndex index.php3 index.html
        </IfModule>
    </IfModule>
    <IfModule !mod_php3.c>
        <IfModule mod_php4.c>
            DirectoryIndex index.php index.html
        </IfModule>
        <IfModule !mod_php4.c>
            DirectoryIndex index.html
        </IfModule>
    </IfModule>
</IfModule>

#



This archive was generated by hypermail 2b30 : Wed 15 Nov 2006 - 18:24:08 CET