Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Joshua Slive
On Dec 6, 2007 1:17 PM, Sonixxfx <[EMAIL PROTECTED]> wrote: > I am using PHP indeed, and the file that causes the trouble contains > php code and the file that loads properly contains just plain HTML. > > The PHP code is placed at the beginning of the file before the HTML. I > am guessing the php

Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Sonixxfx
I am using PHP indeed, and the file that causes the trouble contains php code and the file that loads properly contains just plain HTML. The PHP code is placed at the beginning of the file before the HTML. I am guessing the php code should be embedded in the HTML for this to work properly. Please

Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Joshua Slive
On Dec 6, 2007 12:32 PM, Sonixxfx <[EMAIL PROTECTED]> wrote: > I misinterperted your question: "What EXACTLY are you using for the > DirectoryIndex directive?" lol > > > I have tried to use an other file, and it is working with that one. > > So this works: > > > > > DirectoryIndex loopbaanplanni

Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Sonixxfx
I misinterperted your question: "What EXACTLY are you using for the DirectoryIndex directive?" lol I have tried to use an other file, and it is working with that one. So this works: DirectoryIndex loopbaanplanning.html But if I want to use the loopbaancoaching.html file it does not wor

Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Joshua Slive
On Dec 6, 2007 11:52 AM, Sonixxfx <[EMAIL PROTECTED]> wrote: > Sorry Joshua. > > This is what I am now using succesfully: Seems like we're pulling teeth here. The basic minimum information you'll want to give is: what is the configuration that worked (included below), what is the configuration tha

Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Sonixxfx
Sorry Joshua. This is what I am now using succesfully: DirectoryIndex index.html My documentroot is /www/joustra, and my error_log shows: [Fri Dec 07 01:04:56 2007] [error] [client IPadres] Attempt to serve directory: /www/joustra/ I really don't like the idea that the whole world can

Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Joshua Slive
On Dec 6, 2007 11:25 AM, Sonixxfx <[EMAIL PROTECTED]> wrote: > Hi Joshua :) > > Thanks for your response. > > I restart the server after making changes. This comes from my error_log: > > Attempt to serve directory: /mydocument/path That's not the exact error message. It is much harder to figure ou

Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Sonixxfx
Hi Joshua :) Thanks for your response. I restart the server after making changes. This comes from my error_log: Attempt to serve directory: /mydocument/path Ben 2007/12/6, Joshua Slive <[EMAIL PROTECTED]>: > On Dec 6, 2007 10:30 AM, Sonixxfx <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am us

Re: [EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Joshua Slive
On Dec 6, 2007 10:30 AM, Sonixxfx <[EMAIL PROTECTED]> wrote: > Hi, > > I am using index.html as my directory index file, but I would like to > use another file and can't get it working. > > > This is from my httpd.conf: > > > > > DirectoryIndex index.html > > > > > If I change index.html to a

[EMAIL PROTECTED] Howto use an other file than index.html

2007-12-06 Thread Sonixxfx
Hi, I am using index.html as my directory index file, but I would like to use another file and can't get it working. This is from my httpd.conf: DirectoryIndex index.html If I change index.html to another file name I get the error "Not Found The requested URL / was not found on this