Re: default directory index
Ingo Molnar <[email protected]>
| Newsgroups | gmane.network.tux |
|---|---|
| Message-ID | <Pine.LNX.4.56.0310301510130.18274@earth> |
On Wed, 29 Oct 2003, human bn wrote: > OK this must have been asked before, but: how do you get tux to use > index.htm or index.php instead of index.html ? well, for now you have to change the definition in net/tux/proto_http.c: #define INDEX "/index.html" to whatever you wish. Or you can create links to index.html. Ingo