Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread alex
Highly unlikely that this is a bug. Much more likely that you have another DirectoryIndex directive someplace in httpd.conf, an Include'd config file, or an .htaccess that is overriding your setting. Ding ding ding! We have a winner! There was a conflicting DirectoryIndex in an included config

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread Joshua Slive
On 2/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Interesting, Usually the things you define in the Vhost sections can > indeed be overridden in other places. Espcially "server wide" Aliases > that live in some other conf file. > Is it just one particular subdirectory that you have this

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread alex
Interesting, Usually the things you define in the Vhost sections can indeed be overridden in other places. Espcially "server wide" Aliases that live in some other conf file. Is it just one particular subdirectory that you have this issue with? Nope, it's for any directory whose sole index is an

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread matt farey
[EMAIL PROTECTED] wrote: >> Have you looked around for further config blocks of the type >> >> >> Does your server have rewrites in place for this, and is the file >> listing you are seeing the location to which the DirectoryIndex >> directive applies, it is the location directive in the vhosts

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread alex
Have you looked around for further config blocks of the type Does your server have rewrites in place for this, and is the file listing you are seeing the location to which the DirectoryIndex directive applies, it is the location directive in the vhosts section that is making me think that theres

Re: [EMAIL PROTECTED] DirectoryIndex Not Working w/PHP on 2.0.58

2007-02-23 Thread matt farey
[EMAIL PROTECTED] wrote: > I've got a FreeBSD 5.4-RELEASE box that I've just fallen into > administering, with an existing Apache 2.0.58 install. One of my first > tasks has been to get PHP4 installed, so that the site can support a > blog and some other features. > > The PHP installation went sm

Re: [EMAIL PROTECTED] DirectoryIndex not working for index.rhtml

2006-07-03 Thread Matus UHLAR - fantomas
On 03.07.06 08:29, Rick Lim wrote: > Has anyone had this problem and being able to fix it? > I have in my config file > > DirectoryIndex index.html index.php index.rhtml index.html.var > > When a browser asks for a default index file with / > Apache will serve index.html or index.php but not inde

Re: [EMAIL PROTECTED] DirectoryIndex not working for index.rhtml

2006-07-03 Thread Joshua Slive
On 7/3/06, Rick Lim <[EMAIL PROTECTED]> wrote: Has anyone had this problem and being able to fix it? I have in my config file DirectoryIndex index.html index.php index.rhtml index.html.var When a browser asks for a default index file with / Apache will serve index.html or index.php but not inde

Re: [EMAIL PROTECTED] DirectoryIndex not working

2006-06-29 Thread Matus UHLAR - fantomas
On 28.06.06 16:16, Nolan Rumble wrote: > [Wed Jun 28 16:14:55 2006] [error] [client xxx.xxx.xxx.xxx] Directory index > forbidden by rule: /var/www/html/link/, referer: http://www.example.com you must allow directory indexex by setting Options +Indexes for/in the specified directory. -- Matus UH

Re: [EMAIL PROTECTED] DirectoryIndex not working

2006-06-28 Thread Joshua Slive
On 6/28/06, Nolan Rumble <[EMAIL PROTECTED]> wrote: > > That's the access log. What does the ERROR LOG say? > My apologiesit's been a long day! [Wed Jun 28 16:14:55 2006] [error] [client xxx.xxx.xxx.xxx] Directory index forbidden by rule: /var/www/html/link/, referer: http://www.exampl

RE: [EMAIL PROTECTED] DirectoryIndex not working

2006-06-28 Thread Nolan Rumble
> > That's the access log. What does the ERROR LOG say? > My apologiesit's been a long day! [Wed Jun 28 16:14:55 2006] [error] [client xxx.xxx.xxx.xxx] Directory index forbidden by rule: /var/www/html/link/, referer: http://www.example.com Thanks Nolan -

Re: [EMAIL PROTECTED] DirectoryIndex not working

2006-06-28 Thread Joshua Slive
On 6/28/06, Nolan Rumble <[EMAIL PROTECTED]> wrote: > > What does the apache error log say? > host - - [28/Jun/2006:16:07:33 +0200] "GET /link/institute/ HTTP/1.1" 403 1004 host - - [28/Jun/2006:16:07:33 +0200] "GET /link/institute/ HTTP/1.1" 403 1004 "-" "Mozilla/5.0 (Windows; U; Windows N

Re: [EMAIL PROTECTED] DirectoryIndex not working

2006-06-28 Thread kckepple
> I'm running a website on apache. I have an index.html in /link. > When I > request the following link: http://localhost/link/ It gives me a > Forbidden> error message. However if I rename the index.html to > index.htm, the link: > http://localhost/link/ works without any problems > Make

RE: [EMAIL PROTECTED] DirectoryIndex not working

2006-06-28 Thread Nolan Rumble
> > What does the apache error log say? > host - - [28/Jun/2006:16:07:33 +0200] "GET /link/institute/ HTTP/1.1" 403 1004 host - - [28/Jun/2006:16:07:33 +0200] "GET /link/institute/ HTTP/1.1" 403 1004 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060508 Firefox/1.5

Re: [EMAIL PROTECTED] DirectoryIndex not working

2006-06-28 Thread Joshua Slive
On 6/28/06, Nolan Rumble <[EMAIL PROTECTED]> wrote: Hi, I'm running a website on apache. I have an index.html in /link. When I request the following link: http://localhost/link/ It gives me a Forbidden error message. However if I rename the index.html to index.htm, the link: http://localhost/